]> git.donarmstrong.com Git - mothur.git/blobdiff - getoturepcommand.h
added binary file operations to mothurout class. added comment to sequence class...
[mothur.git] / getoturepcommand.h
index ca3439d809f96f6eff93dcf3948abd1a8274a7f5..daf5bc16cbd3640093502d315af1f35008300ef0 100644 (file)
@@ -24,12 +24,13 @@ typedef map<int, float> SeqMap;
 
 struct repStruct {
                string name;
-               int     bin;
+               string bin;
+        int simpleBin;
                int size;
                string group;
                
                repStruct(){}
-               repStruct(string n, int b, int s, string g) : name(n), bin(b), size(s), group(g) {}
+               repStruct(string n, string b, int sb, int s, string g) : name(n), bin(b), size(s), group(g), simpleBin(sb) { }
                ~repStruct() {}
 };