- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/GlobalListOfActions.hpp
rc7fe90 r0ea063 22 22 #define GLOBALLISTOFACTIONS_initial \ 23 23 (Redo) \ 24 (AnalysisAverageMoleculeForce) \25 24 (AnalysisDipoleAngularCorrelation) \ 26 25 (AnalysisDipoleCorrelation) \ … … 36 35 (AtomSaveSelectedAtoms) \ 37 36 (AtomTranslate) \ 38 (AtomTranslateToOrigin) \39 37 (BondAdd) \ 40 38 (BondRemove) \ … … 85 83 (PotentialFitParticleCharges) \ 86 84 (PotentialParseHomologies) \ 85 (PotentialParsePotentials) \ 87 86 (PotentialSaveHomologies) \ 87 (PotentialSavePotentials) \ 88 88 (ParserParseTremoloPotentials) \ 89 89 (ParserSaveSelectedAtomsAsExtTypes) \ … … 150 150 #define GLOBALLISTOFACTIONS_LEVMAR \ 151 151 BOOST_PP_SEQ_PUSH_BACK( \ 152 GLOBALLISTOFACTIONS_initial, \ 153 PotentialFitPotential \ 152 BOOST_PP_SEQ_PUSH_BACK( \ 153 GLOBALLISTOFACTIONS_initial, \ 154 PotentialFitPotential \ 155 ), \ 156 PotentialFitCompoundPotential \ 154 157 ) 155 158 #else
Note:
See TracChangeset
for help on using the changeset viewer.