Changeset 1f2e46 for molecuilder/src/bondgraph.cpp
- Timestamp:
- Apr 22, 2010, 2:00:03 PM (16 years ago)
- Children:
- 423c7b
- Parents:
- c43766
- File:
-
- 1 edited
-
molecuilder/src/bondgraph.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/bondgraph.cpp
rc43766 r1f2e46 50 50 // allocate MatrixContainer 51 51 if (BondLengthMatrix != NULL) { 52 Log() << Verbose(1) << "MatrixContainer for Bond length already present, removing." << endl;52 DoLog(1) && (Log() << Verbose(1) << "MatrixContainer for Bond length already present, removing." << endl); 53 53 delete(BondLengthMatrix); 54 54 } … … 57 57 // parse in matrix 58 58 if ((status = TempContainer->ParseMatrix(filename.c_str(), 0, 1, 0))) { 59 Log() << Verbose(1) << "Parsing bond length matrix successful." << endl;59 DoLog(1) && (Log() << Verbose(1) << "Parsing bond length matrix successful." << endl); 60 60 } else { 61 61 DoeLog(1) && (eLog()<< Verbose(1) << "Parsing bond length matrix failed." << endl);
Note:
See TracChangeset
for help on using the changeset viewer.
