(JAL-1071) hacked the square matrix that stores the interacting pairs to allow 36...
[jalview.git] / src / jalview / analysis / StructureFrequency.java
index 0c9f830..5f85916 100644 (file)
@@ -406,7 +406,7 @@ public class StructureFrequency
   public static int[] extractProfile(Hashtable hconsensus,
           boolean ignoreGapsInConsensusCalculation)
   {
-    int[] rtnval = new int[52]; // 2*(5*5)+2
+    int[] rtnval = new int[74]; // 2*(5*5)+2
     int[][] profile = (int[][]) hconsensus.get(StructureFrequency.PROFILE);
     int[][] pairs = (int[][]) hconsensus
             .get(StructureFrequency.PAIRPROFILE);