Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/WorldAction/RepeatBoxAction.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"
    1110
    1211// i.e. there is an integer with variable name Z that can be found in
    1312// ValueStorage by the token "Z" -> first column: int, Z, "Z"
    14 // "undefine" if no parameters are required, use (NODEFAULT) for each (undefined) default value
     13// "undefine" if no parameters are required
    1514#define paramtypes (Vector)
    16 #define paramtokens ("repeat-box")
    17 #define paramdescriptions ("number of copies to create per axis")
    18 #undef paramdefaults
     15#define paramtokens (WorldRepeatBoxAction::NAME)
    1916#define paramreferences (Repeater)
    2017
     
    2421// some defines for all the names, you may use ACTION, STATE and PARAMS
    2522#define CATEGORY World
    26 #define MENUNAME "world"
    27 #define MENUPOSITION 8
    2823#define ACTIONNAME RepeatBox
    2924#define TOKEN "repeat-box"
    3025
    31 
    32 // finally the information stored in the ActionTrait specialization
    33 #define DESCRIPTION "create periodic copies of the simulation box per axis"
    34 #define SHORTFORM "d"
Note: See TracChangeset for help on using the changeset viewer.