polishing up mlp version of benchmark
[IRC.git] / Robust / src / Benchmarks / mlp / directto / mlp-java / FlightPlan.java
index 1deabb25adcd5940bb149e81f0a8e11eda924ecc..6a3ce0194126eccf1971e79e5075d10e8fe60e67 100755 (executable)
@@ -25,7 +25,7 @@ public class FlightPlan {
 
   public void setCurrentFix(String nameFix) {
     int i=r.getIndexOf(nameFix);
-    //System.out.println("name of the fix: "+nameFix+" index:"+i);
+    System.out.println("name of the fix: "+nameFix+" index:"+i);
     r.setCurrent(i);
   }    
 }