Changeset 0161a3
- Timestamp:
- Apr 20, 2010, 12:19:24 PM (15 years ago)
- Children:
- 60612f
- Parents:
- 39f41d5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/bondgraph.cpp
r39f41d5 r0161a3 56 56 57 57 // parse in matrix 58 if ( status = TempContainer->ParseMatrix(filename.c_str(), 0, 1, 0)) {58 if ((status = TempContainer->ParseMatrix(filename.c_str(), 0, 1, 0))) { 59 59 Log() << Verbose(1) << "Parsing bond length matrix successful." << endl; 60 60 } else {
Note:
See TracChangeset
for help on using the changeset viewer.