]> git.donarmstrong.com Git - mothur.git/blobdiff - summarycommand.h
added read.shared, broke up globaldata a bit
[mothur.git] / summarycommand.h
index c03a6c61b34cef50b064593e346518d4ad741083..8e2d74b0b52252250cd5cede8a1bf9b10a689449 100644 (file)
@@ -17,6 +17,7 @@
 #include "inputdata.h"
 #include "calculator.h"
 #include "readmatrix.hpp"
+#include "validcalculator.h"
 
 /* The summary() command:
        The summary command can only be executed after a successful read.list, read.sabund or read.rabund command, with one exception. 
@@ -44,6 +45,7 @@ private:
        ReadMatrix* read;
        vector<Calculator*> sumCalculators;     
        InputData* input;
+       ValidCalculators* validCalculator;
        SAbundVector* sabund;
        string outputFileName;
        ofstream outputFileHandle;