Changeset c12297 for molecuilder/src/parser.cpp
- Timestamp:
- Jul 9, 2009, 10:38:53 AM (16 years ago)
- Children:
- bd86e8
- Parents:
- 669a7e
- File:
-
- 1 edited
-
molecuilder/src/parser.cpp (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/parser.cpp
r669a7e rc12297 208 208 * \return parsing successful 209 209 */ 210 bool MatrixContainer::ParseFragmentMatrix(c har *name,char *prefix, string suffix, int skiplines, int skipcolumns)210 bool MatrixContainer::ParseFragmentMatrix(const char *name, const char *prefix, string suffix, int skiplines, int skipcolumns) 211 211 { 212 212 char filename[1023]; … … 258 258 * \return Allocation successful 259 259 */ 260 bool MatrixContainer::AllocateMatrix(c har *GivenHeader, int MCounter, int *RCounter, int CCounter)260 bool MatrixContainer::AllocateMatrix(const char *GivenHeader, int MCounter, int *RCounter, int CCounter) 261 261 { 262 262 Header = (char *) Malloc(sizeof(char)*1024, "MatrixContainer::ParseFragmentMatrix: *EnergyHeader"); … … 516 516 * \return parsing successful 517 517 */ 518 bool EnergyMatrix::ParseFragmentMatrix(c har *name,char *prefix, string suffix, int skiplines, int skipcolumns)518 bool EnergyMatrix::ParseFragmentMatrix(const char *name, const char *prefix, string suffix, int skiplines, int skipcolumns) 519 519 { 520 520 char filename[1024]; … … 548 548 * \return parsing successful 549 549 */ 550 bool ForceMatrix::ParseIndices(c har *name)550 bool ForceMatrix::ParseIndices(const char *name) 551 551 { 552 552 ifstream input; … … 626 626 * \return parsing successful 627 627 */ 628 bool ForceMatrix::ParseFragmentMatrix(c har *name,char *prefix, string suffix, int skiplines, int skipcolumns)628 bool ForceMatrix::ParseFragmentMatrix(const char *name, const char *prefix, string suffix, int skiplines, int skipcolumns) 629 629 { 630 630 char filename[1023];
Note:
See TracChangeset
for help on using the changeset viewer.
