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:
96786b7
)
super.setconsensus
author
amwaterhouse
<Andrew Waterhouse>
Mon, 15 Aug 2005 12:13:50 +0000
(12:13 +0000)
committer
amwaterhouse
<Andrew Waterhouse>
Mon, 15 Aug 2005 12:13:50 +0000
(12:13 +0000)
src/jalview/schemes/ConservationColourScheme.java
patch
|
blob
|
history
diff --git
a/src/jalview/schemes/ConservationColourScheme.java
b/src/jalview/schemes/ConservationColourScheme.java
index
5d0d1f6
..
b47b01a
100755
(executable)
--- a/
src/jalview/schemes/ConservationColourScheme.java
+++ b/
src/jalview/schemes/ConservationColourScheme.java
@@
-62,7
+62,7
@@
public class ConservationColourScheme extends ResidueColourScheme
*/
\r
public void setConsensus(Vector consensus)
\r
{
\r
- this.consensus = consensus;
\r
+ super.setConsensus(consensus);
\r
\r
if (cs != null)
\r
{
\r