Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/GlobalListOfActions.hpp

    raa55d0 r0ea063  
    8383  (PotentialFitParticleCharges) \
    8484  (PotentialParseHomologies) \
     85  (PotentialParsePotentials) \
    8586  (PotentialSaveHomologies) \
     87  (PotentialSavePotentials) \
    8688  (ParserParseTremoloPotentials) \
    8789  (ParserSaveSelectedAtomsAsExtTypes) \
     
    148150#define GLOBALLISTOFACTIONS_LEVMAR \
    149151    BOOST_PP_SEQ_PUSH_BACK( \
    150         GLOBALLISTOFACTIONS_initial, \
    151         PotentialFitPotential \
     152                BOOST_PP_SEQ_PUSH_BACK( \
     153                                GLOBALLISTOFACTIONS_initial, \
     154                                PotentialFitPotential \
     155                ), \
     156        PotentialFitCompoundPotential \
    152157    )
    153158#else
Note: See TracChangeset for help on using the changeset viewer.