Fixed PaSiMap output columns
authorMorellThomas <morellth@yahoo.co.jp>
Wed, 10 Jan 2024 09:35:05 +0000 (10:35 +0100)
committerMorellThomas <morellth@yahoo.co.jp>
Wed, 10 Jan 2024 09:35:05 +0000 (10:35 +0100)
src/jalview/analysis/PaSiMap.java

index fae7e2a..a67f901 100755 (executable)
@@ -131,7 +131,7 @@ public class PaSiMap implements Runnable
   public double[] component(int n)
   {
     // n = index of eigenvector
-    double[] out = new double[getHeight()];
+    double[] out = new double[getWidth()];
 
     for (int i = 0; i < out.length; i++)
     {