Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/bondgraph.cpp

    r58ed4a r244a84  
    5858    Log() << Verbose(1) << "Parsing bond length matrix successful." << endl;
    5959  } else {
    60     DoeLog(1) && (eLog()<< Verbose(1) << "Parsing bond length matrix failed." << endl);
     60    eLog() << Verbose(1) << "Parsing bond length matrix failed." << endl;
    6161  }
    6262
     
    159159{
    160160  if (BondLengthMatrix == NULL) {// safety measure if no matrix has been parsed yet
    161     DoeLog(2) && (eLog()<< Verbose(2) << "BondLengthMatrixMinMaxDistance() called without having parsed the bond length matrix yet!" << endl);
     161    eLog() << Verbose(2) << "BondLengthMatrixMinMaxDistance() called without having parsed the bond length matrix yet!" << endl;
    162162    CovalentMinMaxDistance(Walker, OtherWalker, MinDistance, MaxDistance, IsAngstroem);
    163163  } else {
Note: See TracChangeset for help on using the changeset viewer.