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

Comparing jsr166/src/test/loops/Heat.java (file contents):
Revision 1.2 by jsr166, Mon Sep 20 20:42:37 2010 UTC vs.
Revision 1.3 by jsr166, Mon Sep 20 20:44:17 2010 UTC

# Line 218 | Line 218 | public class Heat {
218              final int llb = (lb == 0) ? 1 : lb;
219              final int lub = (ub == nx) ? nx - 1 : ub;
220  
221 <            for (int a = llb; a < lub; a++) {   /* inner nodes */
221 >            for (int a = llb; a < lub; a++) {   /* inner nodes */
222                  double[] ov = oldm[a];
223                  double x = xu + a * dx;
224                  double y = yu;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines