(JAL-1071) hacked the square matrix that stores the interacting pairs to allow 36...
[jalview.git] / src / jalview / renderer / AnnotationRenderer.java
index d063c5b..476d7f7 100644 (file)
@@ -863,7 +863,7 @@ public class AnnotationRenderer
            * Therefore dc gets length 2, to have space for a basepair instead of
            * just a single nucleotide
            */
-          if (profl.length == 52)
+          if (profl.length == 74)
           {
             dc = new char[2];
           }