JAL-1933 switch from gap count to occupancy
[jalview.git] / src / jalview / analysis / AAFrequency.java
index 0e055e4..132abc0 100755 (executable)
@@ -328,7 +328,7 @@ public class AAFrequency
         return;
       }
 
-      final int gapped = profile.getGapped();
+      final int gapped = profile.getNonGapped();
 
       String description = String.valueOf(gapped);