]> git.donarmstrong.com Git - mothur.git/blobdiff - nameassignment.cpp
added name option to read.tree for use in unifrac and parimony commands
[mothur.git] / nameassignment.cpp
index d098a48460d3331e14529cb0c53884465f71a8cf..bc088f45924f4af9db951e81882376cd64fbc8f0 100644 (file)
@@ -69,7 +69,7 @@ ListVector NameAssignment::getListVector(void){
 void NameAssignment::print(ostream& out){
        try {
                map<string,int>::iterator it;
-cout << (*this).size() << endl;
+//cout << (*this).size() << endl;
                for(it = (*this).begin(); it!=(*this).end(); it++){
                        out << it->first << '\t' <<  it->second << endl;  //prints out keys and values of the map this.
                }