git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
189c266
)
JAL-98 fixme comment removed - nothing to do
author
gmungoc
<g.m.carstairs@dundee.ac.uk>
Mon, 24 Oct 2016 18:12:09 +0000
(19:12 +0100)
committer
gmungoc
<g.m.carstairs@dundee.ac.uk>
Mon, 24 Oct 2016 18:12:09 +0000
(19:12 +0100)
src/jalview/analysis/AAFrequency.java
patch
|
blob
|
history
diff --git
a/src/jalview/analysis/AAFrequency.java
b/src/jalview/analysis/AAFrequency.java
index
8b42a01
..
5ecd644
100755
(executable)
--- a/
src/jalview/analysis/AAFrequency.java
+++ b/
src/jalview/analysis/AAFrequency.java
@@
-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();