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

Comparing jsr166/src/extra166y/ParallelDoubleArrayWithFilter.java (file contents):
Revision 1.2 by jsr166, Tue Mar 15 19:47:02 2011 UTC vs.
Revision 1.3 by jsr166, Mon Dec 5 04:08:47 2011 UTC

# Line 29 | Line 29 | public abstract class ParallelDoubleArra
29       * @param op the op
30       * @return this (to simplify use in expressions)
31       */
32 <    public ParallelDoubleArrayWithFilter replaceWithMapping(DoubleOp  op) {
32 >    public ParallelDoubleArrayWithFilter replaceWithMapping(DoubleOp op) {
33          ex.invoke(new PAS.FJDTransform(this, origin,
34                                         fence, null, op));
35          return this;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines