sequence.getStart() in findTrueIndex
[jalview.git] / src / MCview / MCMatrix.java
index 2effba6..1dbec22 100755 (executable)
@@ -1,6 +1,6 @@
 /*\r
 * Jalview - A Sequence Alignment Editor and Viewer\r
-* Copyright (C) 2005 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle\r
+* Copyright (C) 2006 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle\r
 *\r
 * This program is free software; you can redistribute it and/or\r
 * modify it under the terms of the GNU General Public License\r
@@ -34,15 +34,6 @@ public class MCMatrix {
         matrix[i][j] = value;\r
     }\r
 \r
-    public void print() {\r
-        System.out.println(matrix[0][0] + " " + matrix[0][1] + " " +\r
-            matrix[0][2]);\r
-        System.out.println(matrix[1][0] + " " + matrix[1][1] + " " +\r
-            matrix[1][2]);\r
-        System.out.println(matrix[2][0] + " " + matrix[2][1] + " " +\r
-            matrix[2][2]);\r
-    }\r
-\r
     public void rotatex(float degrees) {\r
         mycos = (float) (Math.cos(degrees * myconst));\r
         mysin = (float) (Math.sin(degrees * myconst));\r