X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=kruskalwalliscommand.cpp;h=dc297e11d3ed61202a8e4bcb001686ea9475e52c;hp=777444bc09749c6aaa7240448e8d777da8c14317;hb=cf9987b67aa49777a4c91c2d21f96e58bf17aa82;hpb=d1c97b8c04bb75faca1e76ffad60b37a4d789d3d diff --git a/kruskalwalliscommand.cpp b/kruskalwalliscommand.cpp index 777444b..dc297e1 100644 --- a/kruskalwalliscommand.cpp +++ b/kruskalwalliscommand.cpp @@ -307,7 +307,7 @@ int KruskalWallisCommand::process(vector& lookup, DesignMap double H = linear.calcKruskalWallis(values, pValue); //output H and signifigance - out << m->currentBinLabels[i] << '\t' << H << '\t' << pValue << endl; + out << m->currentSharedBinLabels[i] << '\t' << H << '\t' << pValue << endl; } out.close();