]> git.donarmstrong.com Git - mothur.git/blobdiff - collectcommand.h
added read.shared, broke up globaldata a bit
[mothur.git] / collectcommand.h
index b92b35034466d1dd61f29a04d478d620c8bc4ef2..686c4910c7f6e50fc572be4a4408d08d838b5933 100644 (file)
@@ -19,6 +19,7 @@
 #include "collect.h"
 #include "display.h"
 #include "readmatrix.hpp"
+#include "validcalculator.h"
 
 /*The collect() command:
        The collect command generates a collector's curve from the given file.  
@@ -49,6 +50,7 @@ private:
        OrderVector* order;
        InputData* input;
        Collect* cCurve;
+       ValidCalculators* validCalculator;
        vector<Display*> cDisplays;
        int freq;