JAL-98 fixme comment removed - nothing to do
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Mon, 24 Oct 2016 18:12:09 +0000 (19:12 +0100)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Mon, 24 Oct 2016 18:12:09 +0000 (19:12 +0100)
src/jalview/analysis/AAFrequency.java

index 8b42a01..5ecd644 100755 (executable)
@@ -363,7 +363,6 @@ public class AAFrequency
     QuickSort.sort(values, symbols);
     int nextArrayPos = 2;
     int totalPercentage = 0;
-    // FIXME what if all gapped (divisor is zero)?
     final int divisor = ignoreGaps ? profile.getNonGapped() : profile
             .getHeight();