changes to build SOR java version
[IRC.git] / Robust / src / Benchmarks / Prefetch / SOR / javasingle / JGFSORBenchSizeA.java
index c78f29a6c9a9d87211d31f19d079950ca91c8f0d..7b50df8f888c79c7cb0d0d6645310b0146e931cc 100644 (file)
@@ -28,8 +28,8 @@ public class JGFSORBenchSizeA{
     if(argv.length != 0 ) {
       nthreads = Integer.parseInt(argv[0]);
     } else {
-      System.out.println("The no of threads has not been specified, defaulting to 1");
-      System.out.println("  ");
+      System.printString("The no of threads has not been specified, defaulting to 1");
+      System.printString("  ");
       nthreads = 1;
     }