]> git.donarmstrong.com Git - mothur.git/blobdiff - validcalculator.cpp
added dist.shared command
[mothur.git] / validcalculator.cpp
index 99cd47a13bbc78b86b9332c24337d4dd2b726a42..25efa1f2fc784f2fca37e3a478fc2740507df8ab 100644 (file)
@@ -551,6 +551,10 @@ void ValidCalculators::printCalc(string parameter, ostream& out) {
                        for (it = treegroup.begin(); it != treegroup.end(); it++) {
                                out << it->first << ", ";
                        }
+               }else if (parameter == "matrix") {
+                       for (it = matrix.begin(); it != matrix.end(); it++) {
+                               out << it->first << ", ";
+                       }
                }else if (parameter == "boot") {
                        for (it = boot.begin(); it != boot.end(); it++) {
                                out << it->first << ", ";