changes.
[IRC.git] / Robust / src / Benchmarks / oooJava / tracking / Lambda.java
index d691b7f7361e2b4269427bc5753f6a3cae92bc9d..695faefbb72d94840a745d7ac38d297ff8739846 100644 (file)
@@ -192,7 +192,7 @@ public class Lambda {
       //    result validation
       for(int i=0; i<this.m_rows; i++) {
           for(int j=0; j<this.m_cols; j++) {
-              System.printI((int)(this.m_image[i * this.m_cols + j]*10));
+              System.out.println(this.m_image[i * this.m_cols + j]);
           }
       }
     }