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

Comparing jsr166/src/test/loops/IntegrateGamma.java (file contents):
Revision 1.3 by jsr166, Sat Oct 16 16:22:57 2010 UTC vs.
Revision 1.4 by jsr166, Mon Nov 29 20:58:07 2010 UTC

# Line 38 | Line 38 | public class IntegrateGamma {
38              return;
39          }
40  
41 <        ForkJoinPool g = procs == 0? new ForkJoinPool() :
41 >        ForkJoinPool g = (procs == 0) ? new ForkJoinPool() :
42              new ForkJoinPool(procs);
43  
44          System.out.println("Integrating from " + start + " to " + end + " exponent: " + exp + " parallelism " + g.getParallelism());

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines