Changeset 418117a for molecuilder/src/parser.cpp
- Timestamp:
- Nov 23, 2009, 6:22:33 PM (16 years ago)
- Children:
- 3d4969
- Parents:
- 09d3b8
- File:
-
- 1 edited
-
molecuilder/src/parser.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/parser.cpp
r09d3b8 r418117a 226 226 } 227 227 } else { 228 eLog() << Verbose( 0) << "ERROR:Matrix nr. " << MatrixNr << " has column and row count of (" << ColumnCounter[MatrixNr] << "," << RowCounter[MatrixNr] << "), could not allocate nor parse!" << endl;228 eLog() << Verbose(1) << "Matrix nr. " << MatrixNr << " has column and row count of (" << ColumnCounter[MatrixNr] << "," << RowCounter[MatrixNr] << "), could not allocate nor parse!" << endl; 229 229 } 230 230 input.close();
Note:
See TracChangeset
for help on using the changeset viewer.
