JAL-2388 Renamed column and row subtraction functions
[jalview.git] / src / jalview / datamodel / HiddenSequences.java
index d3aa01a..6950c28 100755 (executable)
@@ -294,7 +294,7 @@ public class HiddenSequences
    *          the row to start from
    * @return the position of the row in the visible alignment
    */
-  public int findIndexNAboveRow(int visibleDistance, int startRow)
+  public int subtractVisibleRows(int visibleDistance, int startRow)
   {
     // walk upwards through the alignment
     // count all the non-null sequences until we have visibleDistance counted