X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getoturepcommand.h;h=daf5bc16cbd3640093502d315af1f35008300ef0;hb=250e3b11b1c9c1e1ad458ab6c7e71ac2e67e11d9;hp=ca3439d809f96f6eff93dcf3948abd1a8274a7f5;hpb=a54ba6143022dc7294f4fdc468fc10b627c64b0e;p=mothur.git diff --git a/getoturepcommand.h b/getoturepcommand.h index ca3439d..daf5bc1 100644 --- a/getoturepcommand.h +++ b/getoturepcommand.h @@ -24,12 +24,13 @@ typedef map 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() {} };