]> git.donarmstrong.com Git - mothur.git/blobdiff - summarycommand.h
Added get.line command.
[mothur.git] / summarycommand.h
index c03a6c61b34cef50b064593e346518d4ad741083..4c5144c3d2213808ea416f3bf15d95566c6fa21b 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,8 +45,10 @@ private:
        ReadMatrix* read;
        vector<Calculator*> sumCalculators;     
        InputData* input;
+       ValidCalculators* validCalculator;
        SAbundVector* sabund;
        string outputFileName;
        ofstream outputFileHandle;
+       int abund;
 };
 #endif