]> git.donarmstrong.com Git - mothur.git/blobdiff - getsabundcommand.h
testing
[mothur.git] / getsabundcommand.h
index dcda3aafd7ff5a6c53cd2534a342aabba4a42215..e2ea5d292fdf7bbd4e9a1d1fb58ab62a80549c6c 100644 (file)
@@ -31,14 +31,12 @@ private:
        ofstream out;
        ReadOTUFile* read;
        OrderVector* order;
-       OrderVector* lastOrder;
        InputData* input;
        SAbundVector* sabund;
 
        bool abort, allLines;
-       set<int> lines; //hold lines to be used
        set<string> labels; //holds labels to be used
-       string line, label;
+       string label;
 
 };