Changeset 418117a for molecuilder/src/bond.cpp
- Timestamp:
- Nov 23, 2009, 6:22:33 PM (16 years ago)
- Children:
- 3d4969
- Parents:
- 09d3b8
- File:
-
- 1 edited
-
molecuilder/src/bond.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/bond.cpp
r09d3b8 r418117a 63 63 if(rightatom == Atom) 64 64 return leftatom; 65 eLog() << Verbose( 0) << "Bond " << *this << " does not contain atom " << *Atom << "!" << endl;65 eLog() << Verbose(1) << "Bond " << *this << " does not contain atom " << *Atom << "!" << endl; 66 66 return NULL; 67 67 }; … … 99 99 bool bond::MarkUsed(const enum Shading color) { 100 100 if (Used == black) { 101 eLog() << Verbose( 0) << "ERROR:Bond " << this << " was already marked black!." << endl;101 eLog() << Verbose(1) << "Bond " << this << " was already marked black!." << endl; 102 102 return false; 103 103 } else {
Note:
See TracChangeset
for help on using the changeset viewer.
