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

Comparing jsr166/src/test/loops/FJJacobi.java (file contents):
Revision 1.7 by jsr166, Mon Sep 20 20:42:37 2010 UTC vs.
Revision 1.8 by jsr166, Sat Oct 16 16:22:56 2010 UTC

# Line 15 | Line 15 | public class FJJacobi {
15      /**
16       * The maximum number of matrix cells
17       * at which to stop recursing down and instead directly update.
18 <     **/
19 <
18 >     */
19      static final double EPSILON = 0.0001;  // convergence criterion
20  
21      public static void main(String[] args) throws Exception {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines