- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/GlobalListOfActions.hpp
raa55d0 r0ea063 83 83 (PotentialFitParticleCharges) \ 84 84 (PotentialParseHomologies) \ 85 (PotentialParsePotentials) \ 85 86 (PotentialSaveHomologies) \ 87 (PotentialSavePotentials) \ 86 88 (ParserParseTremoloPotentials) \ 87 89 (ParserSaveSelectedAtomsAsExtTypes) \ … … 148 150 #define GLOBALLISTOFACTIONS_LEVMAR \ 149 151 BOOST_PP_SEQ_PUSH_BACK( \ 150 GLOBALLISTOFACTIONS_initial, \ 151 PotentialFitPotential \ 152 BOOST_PP_SEQ_PUSH_BACK( \ 153 GLOBALLISTOFACTIONS_initial, \ 154 PotentialFitPotential \ 155 ), \ 156 PotentialFitCompoundPotential \ 152 157 ) 153 158 #else
Note:
See TracChangeset
for help on using the changeset viewer.