]> git.donarmstrong.com Git - mothur.git/blobdiff - collect.h
fixed bug with get.oturep and fixed problem with errorcheckor that did not allow...
[mothur.git] / collect.h
index 3f6a094e0319092f3c8151408813cd2678468d85..295673eca402f1f82558e3f8cf2667607cadd2d1 100644 (file)
--- a/collect.h
+++ b/collect.h
@@ -4,6 +4,7 @@
 using namespace std;
 
 
+
 #include "collectorscurvedata.h"
 #include "display.h"
 #include "ordervector.hpp"
@@ -34,7 +35,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);
 };