JAL-1373 pass size of sequence set to consensus rendering routines so appropriate...
[jalview.git] / src / jalview / analysis / StructureFrequency.java
index 08bb3fd..fe022c0 100644 (file)
@@ -299,7 +299,7 @@ public class StructureFrequency
   public static void completeConsensus(AlignmentAnnotation consensus,
           Hashtable[] hconsensus, int iStart, int width,
           boolean ignoreGapsInConsensusCalculation,
-          boolean includeAllConsSymbols)
+          boolean includeAllConsSymbols, long nseq)
   {
     float tval, value;
     if (consensus == null || consensus.annotations == null