Changeset c12297 for molecuilder/src/parser.hpp
- Timestamp:
- Jul 9, 2009, 10:38:53 AM (16 years ago)
- Children:
- bd86e8
- Parents:
- 669a7e
- File:
-
- 1 edited
-
molecuilder/src/parser.hpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/parser.hpp
r669a7e rc12297 52 52 53 53 bool ParseMatrix(const char *name, int skiplines, int skipcolumns, int MatrixNr); 54 virtual bool ParseFragmentMatrix(c har *name,char *prefix, string suffix, int skiplines, int skipcolumns);55 bool AllocateMatrix(c har *GivenHeader, int MCounter, int *RCounter, int CCounter);54 virtual bool ParseFragmentMatrix(const char *name, const char *prefix, string suffix, int skiplines, int skipcolumns); 55 bool AllocateMatrix(const char *GivenHeader, int MCounter, int *RCounter, int CCounter); 56 56 bool ResetMatrix(); 57 57 double FindMinValue(); … … 72 72 bool ParseIndices(); 73 73 bool SumSubEnergy(class EnergyMatrix &Fragments, class EnergyMatrix *CorrectionFragments, class KeySetsContainer &KeySet, int Order, double sign); 74 bool ParseFragmentMatrix(c har *name,char *prefix, string suffix, int skiplines, int skipcolumns);74 bool ParseFragmentMatrix(const char *name, const char *prefix, string suffix, int skiplines, int skipcolumns); 75 75 }; 76 76 … … 79 79 class ForceMatrix : public MatrixContainer { 80 80 public: 81 bool ParseIndices(c har *name);81 bool ParseIndices(const char *name); 82 82 bool SumSubForces(class ForceMatrix &Fragments, class KeySetsContainer &KeySet, int Order, double sign); 83 bool ParseFragmentMatrix(c har *name,char *prefix, string suffix, int skiplines, int skipcolumns);83 bool ParseFragmentMatrix(const char *name, const char *prefix, string suffix, int skiplines, int skipcolumns); 84 84 }; 85 85
Note:
See TracChangeset
for help on using the changeset viewer.
