Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[python] cleanup Engine getters/setters
[simgrid.git] / examples / python / actor-join / actor-join.py
index 470e2f8..38f209a 100644 (file)
@@ -55,4 +55,4 @@ if __name__ == '__main__':
 
     e.run()
 
-    this_actor.info("Simulation time {}".format(Engine.get_clock()))
+    this_actor.info("Simulation time {}".format(e.clock()))