]> git.donarmstrong.com Git - mothur.git/blobdiff - subsample.h
fixed bug in corr.axes so that it now uses the shared files bin numbers. finished...
[mothur.git] / subsample.h
index 9156e094f9706426fa50d3d9b7e664494e839485..09c7dcdf0901f8a229ee3c89633ca1186d03a7ef 100644 (file)
@@ -21,9 +21,8 @@ class SubSample {
         SubSample() { m = MothurOut::getInstance(); }
         ~SubSample() {}
     
-        vector<string> getSample(vector<SharedRAbundVector*>&, int); //returns the bin labels for the subsample, mothurOuts binlabels are preserved so you can run this multiple times.
+        vector<string> getSample(vector<SharedRAbundVector*>&, int); //returns the bin labels for the subsample, mothurOuts binlabels are preserved so you can run this multiple times. Overwrites original vector passed in, if you need to preserve it deep copy first.
     
-        vector<SharedRAbundVector*> getSamplePreserve(vector<SharedRAbundVector*>&, vector<string>&, int);
     
     private: