]> 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 fe78dda86f6088f7395f0b990bbed79c1d16bfa8..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"
@@ -36,6 +37,7 @@ private:
        string label, groupLabel;
        void getGroupComb();
        vector<string> groupComb;
+       bool validGroup(vector<string>, string);
 };