]> git.donarmstrong.com Git - mothur.git/blobdiff - summarycommand.h
parsimony fix
[mothur.git] / summarycommand.h
index 1f24cd433f5db9b4f6d5e9512294449529cafc58..4b7e1616e18a99785505a6cbe1c196ce76e2cc99 100644 (file)
@@ -9,15 +9,12 @@
  *
  */
 
-#include <Carbon/Carbon.h>
-#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. 
@@ -45,8 +42,10 @@ private:
        ReadMatrix* read;
        vector<Calculator*> sumCalculators;     
        InputData* input;
+       ValidCalculators* validCalculator;
        SAbundVector* sabund;
        string outputFileName;
        ofstream outputFileHandle;
+       int abund;
 };
-#endif
\ No newline at end of file
+#endif