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 4ccfafdc81ecbf389d30e21ba537fde4eb2e22fe..b05045ebd46df0cef119ce25fa4d0ef6d30136d0 100644 (file)
@@ -29,5 +29,7 @@ class Main {
                }
                Msg.info("Number of hosts '"+hosts.length+"'");
                Msg.run();
                }
                Msg.info("Number of hosts '"+hosts.length+"'");
                Msg.run();
+
+               Msg.info("Simulation time " + Msg.getClock());
        }
 }
        }
 }