]> git.donarmstrong.com Git - mothur.git/blobdiff - kruskalwalliscommand.cpp
working on pam
[mothur.git] / kruskalwalliscommand.cpp
index 777444bc09749c6aaa7240448e8d777da8c14317..dc297e11d3ed61202a8e4bcb001686ea9475e52c 100644 (file)
@@ -307,7 +307,7 @@ int KruskalWallisCommand::process(vector<SharedRAbundVector*>& 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();