Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tend to the google coding standards in all S4U API
[simgrid.git] / src / smpi / smpi_dvfs.cpp
index c19e14e..f83165f 100644 (file)
@@ -34,7 +34,7 @@ double smpi_get_host_power_peak_at(int pstate_index)
  */
 double smpi_get_host_current_power_peak()
 {
-  return sg_host_self()->speed();
+  return sg_host_self()->getSpeed();
 }
 
 /**