Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/AnalysisAction/PrincipalAxisSystemAction.def

    r9ee38b re4afb4  
     1#undef paramdescriptions
     2#undef paramdefaults
    13/*
    24 * PrincipalAxisSystemAction.def
     
    1012// i.e. there is an integer with variable name Z that can be found in
    1113// 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
    1320
    1421// some defines for all the names, you may use ACTION, STATE and PARAMS
    1522#define CATEGORY Analysis
     23#define MENUNAME "analysis"
     24#define MENUPOSITION 5
    1625#define ACTIONNAME PrincipalAxisSystem
    1726#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.