X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=metastatscommand.cpp;h=33b559fc2dc358017c90fd44fe77ec0be61acb65;hb=6b32d112bb60e9f7eb6d4407a4eed4c49b67bced;hp=204d83e10df302ba17d3303c0bdb0a81f54536be;hpb=875ab4b2eec77b920e9fa0042f9a2aae2faff2b0;p=mothur.git diff --git a/metastatscommand.cpp b/metastatscommand.cpp index 204d83e..33b559f 100644 --- a/metastatscommand.cpp +++ b/metastatscommand.cpp @@ -646,7 +646,7 @@ int MetaStatsCommand::convertToInput(vector& subset, string out << subset[subset.size()-1]->getGroup() << endl; for (int i = 0; i < subset[0]->getNumBins(); i++) { - out << m->currentBinLabels[i] << '\t'; + out << m->currentSharedBinLabels[i] << '\t'; for (int j = 0; j < subset.size()-1; j++) { out << subset[j]->getAbundance(i) << '\t'; }