X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getsabundcommand.h;h=e2ea5d292fdf7bbd4e9a1d1fb58ab62a80549c6c;hb=4d7ffb38e091e9e7425d94e112551a3f90cacb0f;hp=cd95d94e915f53d947e37b12127b898d65d43fd8;hpb=0470f6d037aacb3563c3f7010708120a4a67d4e6;p=mothur.git diff --git a/getsabundcommand.h b/getsabundcommand.h index cd95d94..e2ea5d2 100644 --- a/getsabundcommand.h +++ b/getsabundcommand.h @@ -31,16 +31,12 @@ private: ofstream out; ReadOTUFile* read; OrderVector* order; - OrderVector* lastOrder; InputData* input; SAbundVector* sabund; - OptionParser* parser; - map parameters; - map::iterator it; + bool abort, allLines; - set lines; //hold lines to be used set labels; //holds labels to be used - string line, label; + string label; };