]> git.donarmstrong.com Git - mothur.git/blobdiff - collect.h
got rid of extra temp files in dist.seqs
[mothur.git] / collect.h
index fe78dda86f6088f7395f0b990bbed79c1d16bfa8..134edf00ec71638af7e8309a1cc9dbf34469eb9d 100644 (file)
--- a/collect.h
+++ b/collect.h
@@ -1,9 +1,6 @@
 #ifndef COLLECT_H
 #define COLLECT_H
 
-using namespace std;
-
-
 #include "collectorscurvedata.h"
 #include "display.h"
 #include "ordervector.hpp"
@@ -36,6 +33,7 @@ private:
        string label, groupLabel;
        void getGroupComb();
        vector<string> groupComb;
+       bool validGroup(vector<string>, string);
 };