Changeset 7b67a3 for molecuilder/src/parser.hpp
- Timestamp:
- Aug 18, 2008, 8:35:11 AM (17 years ago)
- Children:
- e6971b
- Parents:
- d24e8f0
- File:
-
- 1 edited
-
molecuilder/src/parser.hpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/parser.hpp
rd24e8f0 r7b67a3 51 51 ~MatrixContainer(); 52 52 53 bool ParseMatrix(char *name, char *prefix, string suffix, int skiplines, int skipcolumns); 53 bool ParseMatrix(const char *name, int skiplines, int skipcolumns, int MatrixNr); 54 virtual bool ParseFragmentMatrix(char *name, char *prefix, string suffix, int skiplines, int skipcolumns); 54 55 bool AllocateMatrix(char *GivenHeader, int MCounter, int *RCounter, int CCounter); 55 56 bool ResetMatrix(); … … 71 72 bool ParseIndices(); 72 73 bool SumSubEnergy(class EnergyMatrix &Fragments, class EnergyMatrix *CorrectionFragments, class KeySetsContainer &KeySet, int Order, double sign); 74 bool ParseFragmentMatrix(char *name, char *prefix, string suffix, int skiplines, int skipcolumns); 73 75 }; 74 76 … … 79 81 bool ParseIndices(char *name); 80 82 bool SumSubForces(class ForceMatrix &Fragments, class KeySetsContainer &KeySet, int Order, double sign); 83 bool ParseFragmentMatrix(char *name, char *prefix, string suffix, int skiplines, int skipcolumns); 81 84 }; 82 85
Note:
See TracChangeset
for help on using the changeset viewer.
