Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Further cleanups of the Java bindings:
[simgrid.git] / examples / java / comm_time / CommTimeTest.java
index 28980af..326985d 100644 (file)
@@ -30,8 +30,6 @@ public class CommTimeTest {
          System.exit(1);
        }
        
-       /* specify the number of channel for the process of the simulation. */
-       Channel.setNumber(1);
         /* specify a paje output file. */
         Msg.pajeOutput("comm_time.trace");