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

Comparing jsr166/src/test/loops/CCJacobi.java (file contents):
Revision 1.4 by jsr166, Thu Jan 15 18:34:18 2015 UTC vs.
Revision 1.5 by jsr166, Mon Aug 10 03:13:33 2015 UTC

# Line 176 | Line 176 | public class CCJacobi {
176              q2.fork();
177              q1.compute();
178          }
179
179      }
180  
181      static final class Driver extends RecursiveAction {
# Line 202 | Line 201 | public class CCJacobi {
201              this.leafs = leafs;
202              mat = build(null, A, B, firstRow, lastRow, firstCol, lastCol, leafs);
203              System.out.println("Using " + nleaf + " segments");
205
204          }
205  
206          MatrixTree build(MatrixTree p,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines