X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=nameassignment.cpp;h=0a62a032077fd58c5ee92c3801662a9e280f6df7;hb=37309a2552995e5f7f2e04be99b808c803472311;hp=641be4e626fb9c52b9035a979acd95dbe654e35a;hpb=3102812d94898439646131cecdb64fc542913c87;p=mothur.git diff --git a/nameassignment.cpp b/nameassignment.cpp index 641be4e..0a62a03 100644 --- a/nameassignment.cpp +++ b/nameassignment.cpp @@ -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) {