Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
includes the java examples Tesh files
[simgrid.git] / examples / java / ping_pong / PingPongTest.java
index 5f583de..f5c3d58 100644 (file)
@@ -28,8 +28,6 @@ public class PingPongTest  {
                System.exit(1);
        }
        
-       /* specify the number of channel for the process of the simulation. */
-       Channel.setNumber(1);
         /* specify a paje output file. */
         Msg.pajeOutput("ping_pong.trace");