Changeset 543ce4 for molecuilder/src/bond.cpp
- Timestamp:
- Nov 4, 2009, 7:56:04 PM (16 years ago)
- Children:
- 4ef101, aa8542
- Parents:
- ec70ec
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/bond.cpp
rec70ec r543ce4 63 63 if(rightatom == Atom) 64 64 return leftatom; 65 cerr<< "Bond " << *this << " does not contain atom " << *Atom << "!" << endl;65 eLog() << Verbose(0) << "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 cerr<< "ERROR: Bond " << this << " was already marked black!." << endl;101 eLog() << Verbose(0) << "ERROR: Bond " << this << " was already marked black!." << endl; 102 102 return false; 103 103 } else {
Note:
See TracChangeset
for help on using the changeset viewer.