- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/MoleculeAction/RotateToPrincipalAxisSystemAction.def
r967b3c r6ba9ba 12 12 class MoleculeListClass; 13 13 14 #include "Parameters/Validators/DummyValidator.hpp" 15 14 16 // i.e. there is an integer with variable name Z that can be found in 15 17 // ValueStorage by the token "Z" -> first column: int, Z, "Z" 16 // "undefine" if no parameters are required, use (NO DEFAULT) for each (undefined) default value18 // "undefine" if no parameters are required, use (NOPARAM_DEFAULT) for each (undefined) default value 17 19 #define paramtypes (Vector) 18 20 #define paramtokens ("rotate-to-principal-axis-system") … … 20 22 #undef paramdefaults 21 23 #define paramreferences (Axis) 24 #define paramvalids \ 25 (DummyValidator< Vector >()) 22 26 23 27 #undef statetypes
Note:
See TracChangeset
for help on using the changeset viewer.