Changeset 12f57b for molecuilder/src/bondgraph.cpp
- Timestamp:
- Mar 18, 2010, 11:33:54 AM (16 years ago)
- Children:
- 6acc8e4
- Parents:
- f87c2a
- git-author:
- Frederik Heber <heber@…> (03/18/10 10:26:55)
- git-committer:
- Frederik Heber <heber@…> (03/18/10 11:33:54)
- File:
-
- 1 edited
-
molecuilder/src/bondgraph.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/bondgraph.cpp
rf87c2a r12f57b 58 58 Log() << Verbose(1) << "Parsing bond length matrix successful." << endl; 59 59 } else { 60 eLog() << Verbose(1) << "Parsing bond length matrix failed." << endl;60 DoeLog(1) && (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 eLog() << Verbose(2) << "BondLengthMatrixMinMaxDistance() called without having parsed the bond length matrix yet!" << endl;161 DoeLog(2) && (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.
