]> AND Public Git Repository - simgrid.git/blobdiff - teshsuite/s4u/cloud-two-execs/cloud-two-execs.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge pull request #374 from adegomme/master
[simgrid.git] / teshsuite / s4u / cloud-two-execs / cloud-two-execs.cpp
index d349abc0ff1adf194fa9d096001692d80dbe02cd..495453ede1067f66a5bfcb59c595c90912d3e067 100644 (file)
@@ -58,7 +58,7 @@ int main(int argc, char* argv[])
   simgrid::s4u::Actor::create("master_", simgrid::s4u::Host::by_name("Fafard"), master_main);
 
   e.run();
-  XBT_INFO("Bye (simulation time %g)", e.get_clock());
+  XBT_INFO("Bye (simulation time %g)", simgrid::s4u::Engine::get_clock());
 
   return 0;
 }