Changeset a6e314
- Timestamp:
- May 21, 2008, 11:18:11 AM (17 years ago)
- Children:
- 6c96f4
- Parents:
- 3ce105
- Location:
- molecuilder/src
- Files:
-
- 2 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]; -
molecuilder/src/parser.hpp
r3ce105 ra6e314 50 50 ~MatrixContainer(); 51 51 52 bool ParseMatrix(char *name, char *prefix, char *suffix, int skiplines, int skipcolumns);52 bool ParseMatrix(char *name, char *prefix, string suffix, int skiplines, int skipcolumns); 53 53 bool AllocateMatrix(char *GivenHeader, int MCounter, int *RCounter, int CCounter); 54 54 bool ResetMatrix(); … … 94 94 bool ParseKeySets(const char *name, const int *ACounter, const int FCounter); 95 95 bool ParseManyBodyTerms(); 96 bool KeySetsContainer::Contains(const int GreaterSet, const int SmallerSet);96 bool Contains(const int GreaterSet, const int SmallerSet); 97 97 }; 98 98
Note:
See TracChangeset
for help on using the changeset viewer.