Changeset a6e314 for molecuilder/src/parser.hpp
- 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.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.