Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/MoleculeAction/RotateToPrincipalAxisSystemAction.def

    r967b3c r6ba9ba  
    1212class MoleculeListClass;
    1313
     14#include "Parameters/Validators/DummyValidator.hpp"
     15
    1416// i.e. there is an integer with variable name Z that can be found in
    1517// ValueStorage by the token "Z" -> first column: int, Z, "Z"
    16 // "undefine" if no parameters are required, use (NODEFAULT) for each (undefined) default value
     18// "undefine" if no parameters are required, use (NOPARAM_DEFAULT) for each (undefined) default value
    1719#define paramtypes (Vector)
    1820#define paramtokens ("rotate-to-principal-axis-system")
     
    2022#undef paramdefaults
    2123#define paramreferences (Axis)
     24#define paramvalids \
     25(DummyValidator< Vector >())
    2226
    2327#undef statetypes
Note: See TracChangeset for help on using the changeset viewer.