X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=readotucommand.h;h=a21167e3d07e2064c6e9a1dae736b0b1aeccf3a8;hb=fd00cd216d3a38ccea22eae258e601df64218b05;hp=7bd1ead9dfa9e6cd62d051aa337697350703d9c3;hpb=bfbc55964f1977da72c2cea984288a427d370a59;p=mothur.git diff --git a/readotucommand.h b/readotucommand.h index 7bd1ead..a21167e 100644 --- a/readotucommand.h +++ b/readotucommand.h @@ -10,7 +10,7 @@ */ #include "command.hpp" -#include "readmatrix.hpp" +#include "readotu.h" #include "inputdata.h" #include "groupmap.h" #include "sharedcommand.h" @@ -39,7 +39,7 @@ public: private: GlobalData* globaldata; - ReadMatrix* read; + ReadOTUFile* read; InputData* input; Command* shared; Command* parselist;