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