Ignore:
File:
1 edited

Legend:

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

    re4afb4 r1fd675  
    77
    88// all includes and forward declarations necessary for non-integral types below
    9 #include "Actions/Values.hpp"
    109#include "LinearAlgebra/Vector.hpp"
    11 
    1210class MoleculeListClass;
    1311
    1412// i.e. there is an integer with variable name Z that can be found in
    1513// ValueStorage by the token "Z" -> first column: int, Z, "Z"
    16 // "undefine" if no parameters are required, use (NODEFAULT) for each (undefined) default value
     14// "undefine" if no parameters are required
    1715#define paramtypes (Vector)
    18 #define paramtokens ("rotate-to-pas")
    19 #define paramdescriptions ("vector to which to align the biggest eigenvector with")
    20 #undef paramdefaults
     16#define paramtokens (MoleculeRotateToPrincipalAxisSystemAction::NAME)
    2117#define paramreferences (Axis)
    2218
     
    2622// some defines for all the names, you may use ACTION, STATE and PARAMS
    2723#define CATEGORY Molecule
    28 #define MENUNAME "molecule"
    29 #define MENUPOSITION 9
    3024#define ACTIONNAME RotateToPrincipalAxisSystem
    3125#define TOKEN "rotate-to-pas"
    3226
    33 
    34 // finally the information stored in the ActionTrait specialization
    35 #define DESCRIPTION "calculate the principal axis system of the specified molecule and rotate specified axis to align with main axis"
    36 #define SHORTFORM "m"
Note: See TracChangeset for help on using the changeset viewer.