ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/loops/Integrate.java
(Generate patch)

Comparing jsr166/src/test/loops/Integrate.java (file contents):
Revision 1.9 by jsr166, Mon Sep 20 20:42:37 2010 UTC vs.
Revision 1.10 by jsr166, Sat Oct 16 16:22:56 2010 UTC

# Line 26 | Line 26 | public final class Integrate {
26      static String forkArg = "dynamic";
27  
28      // the function to integrate
29 <    static double computeFunction(double x)  {
29 >    static double computeFunction(double x) {
30          return (x * x + 1.0) * x;
31      }
32  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines