JAL-1517 source formatting
[jalview.git] / src / jalview / math / Matrix.java
index 7c31f73..036d16a 100755 (executable)
@@ -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
           {