Changes in src/bond.cpp [b9947d:717e0c]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/bond.cpp
rb9947d r717e0c 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.