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

Comparing jsr166/src/extra166y/AbstractParallelAnyArray.java (file contents):
Revision 1.1 by dl, Tue Jan 6 14:30:57 2009 UTC vs.
Revision 1.3 by jsr166, Wed Jul 22 20:55:22 2009 UTC

# Line 118 | Line 118 | public abstract class AbstractParallelAn
118       */
119      final int getThreshold() {
120          int t = threshold;
121 <        if (t == 0)
121 >        if (t == 0)
122              t = computeThreshold();
123          return t;
124      }
# Line 2383 | Line 2383 | public abstract class AbstractParallelAn
2383          }
2384  
2385          public ParallelDoubleArrayWithDoubleMapping withMapping
2386 <            (ObjectToDouble<? super U> op){
2386 >            (ObjectToDouble<? super U> op) {
2387              return new DUDMPap(ex, origin, fence, array,
2388                                 CommonOps.compoundOp(this.op, op));
2389          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines