JAL-838 tests for PID calculation with parameter options
[jalview.git] / src / jalview / analysis / scoremodels / PIDModel.java
index aff1210..24e9a1c 100644 (file)
@@ -103,7 +103,7 @@ public class PIDModel implements SimilarityScoreModelI,
    * @param options
    * @return
    */
-  protected double computePID(String seq1, String seq2,
+  protected static double computePID(String seq1, String seq2,
           SimilarityParamsI options)
   {
     int len1 = seq1.length();