changes
[IRC.git] / Robust / src / Benchmarks / mlp / directto / mlp-small-for-testing / D2.java
index 874a1d18065ccf9746e3b9a42561594349f2ae6e..5a0c06f93ed2bcdd7219c3fee907f7d97a0ed1d4 100644 (file)
@@ -41,7 +41,7 @@ public class D2 {
     
     int count = 0;
     while( d2.getFlightList().anyPlanesAlive() ) {
-      d2.getAlgorithm().doIteration(d2);
+       //      d2.getAlgorithm().doIteration(d2);
       
       count++;
       if( count % 10000 == 0 ) {