X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fmath%2FMatrix.java;h=036d16a6819c6416dd33f2fad3483c204f0a0622;hb=7ab5d6b0ba5fec1ea4a4239e79c476d841622485;hp=7c31f73b8e639a20f02d140bfa4c7cae68cc1da6;hpb=1889827c44c51f6353fe8619e5d44b421158af23;p=jalview.git diff --git a/src/jalview/math/Matrix.java b/src/jalview/math/Matrix.java index 7c31f73..036d16a 100755 --- a/src/jalview/math/Matrix.java +++ b/src/jalview/math/Matrix.java @@ -50,7 +50,7 @@ public class Matrix public double[] e; // off diagonal /** - * maximum number of iterations for tqli + * maximum number of iterations for tqli * */ int maxIter = 45; // fudge - add 15 iterations, just in case @@ -350,7 +350,7 @@ public class Matrix } } } - + /** * DOCUMENT ME! */ @@ -403,7 +403,8 @@ public class Matrix if (iter == maxIter) { - throw new Exception("Too many iterations in tqli ("+maxIter+")"); + throw new Exception("Too many iterations in tqli (" + maxIter + + ")"); } else { @@ -652,7 +653,8 @@ public class Matrix if (iter == maxIter) { - throw new Exception ("Too many iterations in tqli2 (max is "+maxIter+")"); + throw new Exception("Too many iterations in tqli2 (max is " + + maxIter + ")"); } else {