]> AND Public Git Repository - simgrid.git/blobdiff - examples/s4u/energy-vm/s4u-energy-vm.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[examples] add s4u-barrier
[simgrid.git] / examples / s4u / energy-vm / s4u-energy-vm.cpp
index ef487e932f39f9f59b8fdebfa6b2e670a02ccef0..2eb1e6e35780c60e44c61d5c6cfe07afabc3a860 100644 (file)
@@ -65,7 +65,7 @@ int main(int argc, char* argv[])
 
   XBT_INFO("Total simulation time: %.2f; Host2 and Host3 must have the exact same energy consumption; Host1 is "
            "multi-core and will differ.",
-           simgrid::s4u::Engine::getClock());
+           simgrid::s4u::Engine::get_clock());
 
   return 0;
 }