Commit dd5df1bb by Maarten L. Hekkelman

debug code: print atom id

parent d5d6f3a7
...@@ -779,7 +779,7 @@ void Atom::setID(int id) ...@@ -779,7 +779,7 @@ void Atom::setID(int id)
std::ostream &operator<<(std::ostream &os, const Atom &atom) std::ostream &operator<<(std::ostream &os, const Atom &atom)
{ {
os << atom.labelCompID() << ' ' << atom.labelAsymID() << ':' << atom.labelSeqID(); os << atom.labelCompID() << ' ' << atom.labelAsymID() << ':' << atom.labelSeqID() << ' ' << atom.labelAtomID();
if (atom.isAlternate()) if (atom.isAlternate())
os << '(' << atom.labelAltID() << ')'; os << '(' << atom.labelAltID() << ')';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment