Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Restore final messages in Java examples.
[simgrid.git] / examples / deprecated / java / app / tokenring / Main.java
index 4ccfafd..b05045e 100644 (file)
@@ -29,5 +29,7 @@ class Main {
                }
                Msg.info("Number of hosts '"+hosts.length+"'");
                Msg.run();
+
+               Msg.info("Simulation time " + Msg.getClock());
        }
 }