changes to build SOR java version
[IRC.git] / Robust / src / Benchmarks / Prefetch / SOR / javasingle / JGFSORBenchSizeC.java
index 4a96077bf748b5492a3da3f6590c78a95039ce15..71b30f19b6a9f462fd89207f7346c33d19baa86d 100644 (file)
@@ -26,8 +26,8 @@ public class JGFSORBenchSizeC{
     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;
     }