Changeset a6e314 for molecuilder/src/parser.cpp
- Timestamp:
- May 21, 2008, 11:18:11 AM (17 years ago)
- Children:
- 6c96f4
- Parents:
- 3ce105
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/parser.cpp
r3ce105 ra6e314 96 96 * \return parsing successful 97 97 */ 98 bool MatrixContainer::ParseMatrix(char *name, char *prefix, char *suffix, int skiplines, int skipcolumns)98 bool MatrixContainer::ParseMatrix(char *name, char *prefix, string suffix, int skiplines, int skipcolumns) 99 99 { 100 100 char filename[1023];
Note:
See TracChangeset
for help on using the changeset viewer.