Fix output points column labels
[jalview.git] / src / jalview / analysis / PaSiMap.java
index a67f901..89bfff0 100755 (executable)
@@ -309,4 +309,9 @@ public class PaSiMap implements Runnable
   {
     return alignment.getAlignmentOutput();
   }
+
+  public byte getDim()
+  {
+    return dim;
+  }
 }