Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/GlobalListOfActions.hpp

    rc7fe90 r0ea063  
    2222#define GLOBALLISTOFACTIONS_initial \
    2323  (Redo) \
    24   (AnalysisAverageMoleculeForce) \
    2524  (AnalysisDipoleAngularCorrelation) \
    2625  (AnalysisDipoleCorrelation) \
     
    3635  (AtomSaveSelectedAtoms) \
    3736  (AtomTranslate) \
    38   (AtomTranslateToOrigin) \
    3937  (BondAdd) \
    4038  (BondRemove) \
     
    8583  (PotentialFitParticleCharges) \
    8684  (PotentialParseHomologies) \
     85  (PotentialParsePotentials) \
    8786  (PotentialSaveHomologies) \
     87  (PotentialSavePotentials) \
    8888  (ParserParseTremoloPotentials) \
    8989  (ParserSaveSelectedAtomsAsExtTypes) \
     
    150150#define GLOBALLISTOFACTIONS_LEVMAR \
    151151    BOOST_PP_SEQ_PUSH_BACK( \
    152         GLOBALLISTOFACTIONS_initial, \
    153         PotentialFitPotential \
     152                BOOST_PP_SEQ_PUSH_BACK( \
     153                                GLOBALLISTOFACTIONS_initial, \
     154                                PotentialFitPotential \
     155                ), \
     156        PotentialFitCompoundPotential \
    154157    )
    155158#else
Note: See TracChangeset for help on using the changeset viewer.