Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/bond.cpp

    r58ed4a r717e0c  
    6363  if(rightatom == Atom)
    6464    return leftatom;
    65   DoeLog(1) && (eLog()<< Verbose(1) << "Bond " << *this << " does not contain atom " << *Atom << "!" << endl);
     65  eLog() << Verbose(1) << "Bond " << *this << " does not contain atom " << *Atom << "!" << endl;
    6666  return NULL;
    6767};
     
    9999bool bond::MarkUsed(const enum Shading color) {
    100100  if (Used == black) {
    101     DoeLog(1) && (eLog()<< Verbose(1) << "Bond " << this << " was already marked black!." << endl);
     101    eLog() << Verbose(1) << "Bond " << this << " was already marked black!." << endl;
    102102    return false;
    103103  } else {
Note: See TracChangeset for help on using the changeset viewer.