Changeset aa36cc for molecuilder/src/atom_bondedparticle.cpp
- Timestamp:
- May 19, 2010, 6:46:52 PM (16 years ago)
- Children:
- 11cb98
- Parents:
- 9bb477 (diff), d79e591 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - git-author:
- Frederik Heber <heber@…> (05/19/10 18:45:23)
- git-committer:
- Frederik Heber <heber@…> (05/19/10 18:46:52)
- File:
-
- 1 edited
-
molecuilder/src/atom_bondedparticle.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/atom_bondedparticle.cpp
r9bb477 raa36cc 44 44 void BondedParticle::OutputBondOfAtom() const 45 45 { 46 DoLog(4) && (Log() << Verbose(4) << "Atom " << Name<< "/" << nr << " with " << ListOfBonds.size() << " bonds: " << endl);46 DoLog(4) && (Log() << Verbose(4) << "Atom " << getName() << "/" << nr << " with " << ListOfBonds.size() << " bonds: " << endl); 47 47 int TotalDegree = 0; 48 48 for (BondList::const_iterator Runner = ListOfBonds.begin(); Runner != ListOfBonds.end(); ++Runner) {
Note:
See TracChangeset
for help on using the changeset viewer.
