formatting
[jalview.git] / src / jalview / schemes / TurnColourScheme.java
index 208db8d..5315fc1 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,8 +32,8 @@ public class TurnColourScheme extends ScoreColourScheme
    */
   public TurnColourScheme()
   {
-    super(ResidueProperties.turn, ResidueProperties.turnmin,
-            ResidueProperties.turnmax);
+    super(ResidueProperties.aaIndex, ResidueProperties.turn,
+            ResidueProperties.turnmin, ResidueProperties.turnmax);
   }
 
   /**