]> git.donarmstrong.com Git - mothur.git/blobdiff - collect.h
line and label no longer persist between commands. Added phylip formated output...
[mothur.git] / collect.h
index 3f6a094e0319092f3c8151408813cd2678468d85..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"
@@ -34,7 +31,7 @@ private:
        vector<Display*> displays;
        int numSeqs, numGroupComb, totalNumSeq;
        string label, groupLabel;
-       void getGroupComb(vector<string>);
+       void getGroupComb();
        vector<string> groupComb;
        bool validGroup(vector<string>, string);
 };