JAL-1632 similarity options on TreeChooser panel affect tree by PID
[jalview.git] / src / jalview / analysis / scoremodels / SimilarityParams.java
index 4cc5b1f..b6f2ba2 100644 (file)
@@ -65,7 +65,7 @@ public class SimilarityParams implements SimilarityParamsI
    *          if true, the denominator is the shorter sequence length (possibly
    *          including gaps)
    */
-  SimilarityParams(boolean includeGapGap, boolean matchGap,
+  public SimilarityParams(boolean includeGapGap, boolean matchGap,
           boolean includeGaps, boolean shortestLength)
   {
     includeGappedColumns = includeGapGap;