Changes in src/bondgraph.cpp [58ed4a:244a84]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/bondgraph.cpp
r58ed4a r244a84 58 58 Log() << Verbose(1) << "Parsing bond length matrix successful." << endl; 59 59 } else { 60 DoeLog(1) && (eLog()<< Verbose(1) << "Parsing bond length matrix failed." << endl);60 eLog() << Verbose(1) << "Parsing bond length matrix failed." << endl; 61 61 } 62 62 … … 159 159 { 160 160 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; 162 162 CovalentMinMaxDistance(Walker, OtherWalker, MinDistance, MaxDistance, IsAngstroem); 163 163 } else {
Note:
See TracChangeset
for help on using the changeset viewer.