- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/AnalysisAction/PrincipalAxisSystemAction.def
r9ee38b re4afb4 1 #undef paramdescriptions 2 #undef paramdefaults 1 3 /* 2 4 * PrincipalAxisSystemAction.def … … 10 12 // i.e. there is an integer with variable name Z that can be found in 11 13 // ValueStorage by the token "Z" -> first column: int, Z, "Z" 12 // "undefine" if no parameters are required 14 // "undefine" if no parameters are required, use (NODEFAULT) for each (undefined) default value 15 #undef paramtypes 16 #undef paramreferences 17 #undef paramtokens 18 #undef paramdescriptions 19 #undef paramdefaults 13 20 14 21 // some defines for all the names, you may use ACTION, STATE and PARAMS 15 22 #define CATEGORY Analysis 23 #define MENUNAME "analysis" 24 #define MENUPOSITION 5 16 25 #define ACTIONNAME PrincipalAxisSystem 17 26 #define TOKEN "principal-axis-system" 27 28 // finally the information stored in the ActionTrait specialization 29 #define DESCRIPTION "calculate the principal axis system of the specified molecule" 30 #undef SHORTFORM
Note:
See TracChangeset
for help on using the changeset viewer.