Changeset db3ea3 for molecuilder/src/parser.hpp
- Timestamp:
- Jul 24, 2008, 2:00:19 PM (17 years ago)
- Children:
- 747b10
- Parents:
- b3eb8e
- File:
-
- 1 edited
-
molecuilder/src/parser.hpp (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/parser.hpp
rb3eb8e rdb3ea3 19 19 20 20 #define EnergySuffix ".energy.all" 21 #define HcorrectionSuffix ".Hcorrection.all" 21 22 #define ForcesSuffix ".forces.all" 22 23 #define ShieldingSuffix ".sigma_all.csv" … … 26 27 #define TimeSuffix ".speed" 27 28 #define EnergyFragmentSuffix ".energyfragment.all" 29 #define HcorrectionFragmentSuffix ".Hcorrectionfragment.all" 28 30 #define ForceFragmentSuffix ".forcefragment.all" 29 31 #define OrderSuffix ".Order" … … 52 54 bool AllocateMatrix(char *GivenHeader, int MCounter, int *RCounter, int CCounter); 53 55 bool ResetMatrix(); 56 double FindMinValue(); 57 double FindMaxValue(); 54 58 bool SetLastMatrix(double value, int skipcolumns); 55 59 bool SetLastMatrix(double **values, int skipcolumns); … … 66 70 public: 67 71 bool ParseIndices(); 68 bool SumSubEnergy(class EnergyMatrix &Fragments, class KeySetsContainer &KeySet, int Order);72 bool SumSubEnergy(class EnergyMatrix &Fragments, class EnergyMatrix *CorrectionFragments, class KeySetsContainer &KeySet, int Order, double sign); 69 73 }; 70 74 … … 74 78 public: 75 79 bool ParseIndices(char *name); 76 bool SumSubForces(class ForceMatrix &Fragments, class KeySetsContainer &KeySet, int Order );80 bool SumSubForces(class ForceMatrix &Fragments, class KeySetsContainer &KeySet, int Order, double sign); 77 81 }; 78 82
Note:
See TracChangeset
for help on using the changeset viewer.
