JAL-2393 code tidy and comments, PIDDistanceModel deprecated
[jalview.git] / src / jalview / analysis / scoremodels / PIDDistanceModel.java
index 9688037..bb9d834 100644 (file)
@@ -27,6 +27,10 @@ import jalview.math.Matrix;
 import jalview.math.MatrixI;
 import jalview.util.Comparison;
 
+/**
+ * @deprecated superseded by PIDModel
+ */
+@Deprecated
 public class PIDDistanceModel implements DistanceScoreModelI
 {