]> git.donarmstrong.com Git - mothur.git/blobdiff - getrabundcommand.h
created mothurOut class to handle logfiles
[mothur.git] / getrabundcommand.h
index 38b5ec7643fdd4e79e4d70408c59ba9fe3210be0..ed51be12ca9e9c0a41b9c03a5089cd9fce7b3893 100644 (file)
@@ -34,10 +34,9 @@ private:
        ListVector* list;
        RAbundVector* rabund;
 
-       bool abort, allLines;
-       set<int> lines; //hold lines to be used
+       bool abort, allLines, sorted;
        set<string> labels; //holds labels to be used
-       string line, label;
+       string label;
 
        
 };