X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=inputdata.h;h=c91720b567838d38ff62379bfbc0fc381356d6de;hb=4dbf93479b205ec5d72663e5b01611000266bc13;hp=6d2d004911b663c63c1b5b582411bb38b70e3c00;hpb=016a30dacbe75869aef5fdb58d2d1bf9eb8f9b33;p=mothur.git diff --git a/inputdata.h b/inputdata.h index 6d2d004..c91720b 100644 --- a/inputdata.h +++ b/inputdata.h @@ -16,6 +16,7 @@ public: ~InputData(); ListVector* getListVector(); ListVector* getListVector(string); //pass the label you want + ListVector* getListVector(string, bool); //pass the label you want, reset filepointer SharedListVector* getSharedListVector(); SharedListVector* getSharedListVector(string); //pass the label you want OrderVector* getOrderVector(); @@ -41,6 +42,7 @@ private: RAbundVector* rabund; map orderMap; string filename; + MothurOut* m; };