X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=summarycommand.h;fp=summarycommand.h;h=8f42f459bf2de9a6c12679a42ea8bbf35c7835a1;hb=154e089bcd37c2c2f773e53ffb88a20170b27037;hp=4b7e1616e18a99785505a6cbe1c196ce76e2cc99;hpb=fe342304a0fdff3ab48226e1dcfdab95d3a94a64;p=mothur.git diff --git a/summarycommand.h b/summarycommand.h index 4b7e161..8f42f45 100644 --- a/summarycommand.h +++ b/summarycommand.h @@ -13,7 +13,7 @@ #include "sabundvector.hpp" #include "inputdata.h" #include "calculator.h" -#include "readmatrix.hpp" +#include "readotu.h" #include "validcalculator.h" /* The summary() command: @@ -39,7 +39,7 @@ public: private: GlobalData* globaldata; - ReadMatrix* read; + ReadOTUFile* read; vector sumCalculators; InputData* input; ValidCalculators* validCalculator;