featuresAdded = false
authoramwaterhouse <Andrew Waterhouse>
Fri, 18 Feb 2005 12:25:11 +0000 (12:25 +0000)
committeramwaterhouse <Andrew Waterhouse>
Fri, 18 Feb 2005 12:25:11 +0000 (12:25 +0000)
src/jalview/datamodel/Alignment.java

index 86d2c0e..5adb70d 100755 (executable)
@@ -13,6 +13,7 @@ public class Alignment implements AlignmentI
   protected Vector      groups = new Vector();\r
   protected ArrayList   superGroup = new ArrayList();\r
   protected char        gapCharacter = '-';\r
+  public boolean featuresAdded = false;\r
 \r
   /** Make an alignment from an array of Sequences.\r
   *\r