X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=readdistcommand.cpp;h=a9d772183d253168e96d48aa6d979c94616bde0d;hb=1c2f1171eee8879de9dbe03a8a9d9093fc6a1f95;hp=116e670a6e36f20df403cabf0610f7d60b4bbb5a;hpb=9651e8e7172d86707b34af15e95ec60ad4c3c3f9;p=mothur.git diff --git a/readdistcommand.cpp b/readdistcommand.cpp index 116e670..a9d7721 100644 --- a/readdistcommand.cpp +++ b/readdistcommand.cpp @@ -72,8 +72,8 @@ int ReadDistCommand::execute(){ globaldata->gMatrix = matrix; //save matrix for coverage commands }else { read->read(nameMap); - globaldata->setListVector(read->getListVector()); - globaldata->setSparseMatrix(read->getMatrix()); + globaldata->gListVector = read->getListVector(); + globaldata->gSparseMatrix = read->getMatrix(); } return 0; }