]> git.donarmstrong.com Git - mothur.git/blobdiff - validcalculator.cpp
added help for heatmap.sim
[mothur.git] / validcalculator.cpp
index c0e5eed7d014f96c2ebb4b39ea8aa6e1c793b8e6..3e698bf19c67bfe46819df2a1bd10de2a0299b5b 100644 (file)
@@ -591,6 +591,10 @@ void ValidCalculators::printCalc(string parameter, ostream& out) {
                        for (it = matrix.begin(); it != matrix.end(); it++) {
                                out << it->first << ", ";
                        }
+               }else if (parameter == "heat") {
+                       for (it = heat.begin(); it != heat.end(); it++) {
+                               out << it->first << ", ";
+                       }
                }else if (parameter == "boot") {
                        for (it = boot.begin(); it != boot.end(); it++) {
                                out << it->first << ", ";