JAL-1170 column and row positions confused in implementation of scrollTo API methods
[jalview.git] / src / jalview / schemes / TurnColourScheme.java
index 208db8d..cd5cd3f 100755 (executable)
@@ -1,6 +1,6 @@
 /*
  * Jalview - A Sequence Alignment Editor and Viewer (Version 2.7)
- * Copyright (C) 2011 J Procter, AM Waterhouse, G Barton, M Clamp, S Searle
+ * Copyright (C) 2011 J Procter, AM Waterhouse, J Engelhardt, LM Lui, G Barton, M Clamp, S Searle
  * 
  * This file is part of Jalview.
  * 
@@ -32,7 +32,7 @@ public class TurnColourScheme extends ScoreColourScheme
    */
   public TurnColourScheme()
   {
-    super(ResidueProperties.turn, ResidueProperties.turnmin,
+    super(ResidueProperties.aaIndex,ResidueProperties.turn, ResidueProperties.turnmin,
             ResidueProperties.turnmax);
   }