]> git.donarmstrong.com Git - mothur.git/blobdiff - summarycommand.h
added mothur.h and fixed includes in many files
[mothur.git] / summarycommand.h
index c03a6c61b34cef50b064593e346518d4ad741083..4b7e1616e18a99785505a6cbe1c196ce76e2cc99 100644 (file)
@@ -9,14 +9,12 @@
  *
  */
 
-#include <iostream>
-#include <fstream>
-#include <vector>
 #include "command.hpp"
 #include "sabundvector.hpp"
 #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 +42,10 @@ private:
        ReadMatrix* read;
        vector<Calculator*> sumCalculators;     
        InputData* input;
+       ValidCalculators* validCalculator;
        SAbundVector* sabund;
        string outputFileName;
        ofstream outputFileHandle;
+       int abund;
 };
 #endif