formatting
[jalview.git] / src / jalview / schemes / BuriedColourScheme.java
index af85e08..f0b2dfb 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 BuriedColourScheme extends ScoreColourScheme
    */
   public BuriedColourScheme()
   {
-    super(ResidueProperties.buried, ResidueProperties.buriedmin,
-            ResidueProperties.buriedmax);
+    super(ResidueProperties.aaIndex, ResidueProperties.buried,
+            ResidueProperties.buriedmin, ResidueProperties.buriedmax);
   }
 
   /**