X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=readdistcommand.h;h=981afa339308199105a0082c8458dd0b1ed7295c;hb=9651e8e7172d86707b34af15e95ec60ad4c3c3f9;hp=bd4a913d61fb22799c682387b73bd38440b10af0;hpb=a85da7303079652b569291eacb9c2964060e072b;p=mothur.git diff --git a/readdistcommand.h b/readdistcommand.h index bd4a913..981afa3 100644 --- a/readdistcommand.h +++ b/readdistcommand.h @@ -11,6 +11,8 @@ #include "command.hpp" #include "readmatrix.hpp" +#include "fullmatrix.h" +#include "groupmap.h" /* The read.dist command is used to read a distance matrix file. The read.dist command parameter options are phylipfile, columnfile, namefile, cutoff and precision. @@ -33,6 +35,8 @@ private: double cutoff; int precision; ReadMatrix* read; + FullMatrix* matrix; + GroupMap* groupMap; string filename, format, method; NameAssignment* nameMap; };