fix a typo
authorjzhou <jzhou>
Fri, 13 Feb 2009 21:59:28 +0000 (21:59 +0000)
committerjzhou <jzhou>
Fri, 13 Feb 2009 21:59:28 +0000 (21:59 +0000)
Robust/src/Benchmarks/Scheduling/JGFSeries/SeriesRunner.java

index fc39020b69fa31d5ab6530804e9c4bf8c0309103..ec8513b61c42b5e2ba76b110c227764248524e3a 100644 (file)
@@ -146,7 +146,7 @@ public class SeriesRunner {
        }
 
        // Finish computation.
-       tmpvalue = thefunction(x1,omegan,select) / (float)2.0
+       tmpvalue = thefunction(x1,omegan,select) / (float)2.0;
        rvalue=(float)(rvalue + tmpvalue) * dx;
        return(rvalue);
     }