]> git.donarmstrong.com Git - mothur.git/blobdiff - nameassignment.cpp
created blank accnos in chimera commands if no seqs are deemed chimeric. modified...
[mothur.git] / nameassignment.cpp
index 641be4e626fb9c52b9035a979acd95dbe654e35a..0a62a032077fd58c5ee92c3801662a9e280f6df7 100644 (file)
@@ -76,6 +76,7 @@ void NameAssignment::print(ostream& out){
 //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.
+                       //out << it->first << '\t' <<  it->first << endl;
                }
        }
        catch(exception& e) {