--- jsr166/src/test/loops/ThreadPhaserJacobi.java 2009/11/03 01:04:02 1.6 +++ jsr166/src/test/loops/ThreadPhaserJacobi.java 2011/03/15 19:47:06 1.8 @@ -1,7 +1,7 @@ /* * Written by Doug Lea with assistance from members of JCP JSR-166 * Expert Group and released to the public domain, as explained at - * http://creativecommons.org/licenses/publicdomain + * http://creativecommons.org/publicdomain/zero/1.0/ */ // Barrier version of Jacobi iteration @@ -17,8 +17,7 @@ public class ThreadPhaserJacobi { /** * The maximum submatrix length (both row-wise and column-wise) * for any Segment - **/ - + */ static final double EPSILON = 0.0001; // convergence criterion static int dimGran;