Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move platforms and flatifier to teshsuite/platforms
[simgrid.git] / teshsuite / s4u / host-on-off-recv / host-on-off-recv.cpp
index 19de43d063271ccc4d211206cafc3c75560ce10a..5e2d38fa813dcd524d8c9b5428904e6f647a0293 100644 (file)
@@ -61,7 +61,7 @@ int main(int argc, char* argv[])
 
   e.run();
 
-  XBT_INFO("Simulation time %g", e.get_clock());
+  XBT_INFO("Simulation time %g", simgrid::s4u::Engine::get_clock());
 
   return 0;
 }