Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/SelectionAction/Molecules/MoleculeByIdAction.def

    r6ba9ba rb7fbf0  
    77
    88// all includes and forward declarations necessary for non-integral types below
    9 #include "types.hpp"
    10 
    11 #include "Parameters/Validators/Specific/MoleculeIdValidator.hpp"
    129
    1310// i.e. there is an integer with variable name Z that can be found in
    1411// ValueStorage by the token "Z" -> first column: int, Z, "Z"
    15 // "undefine" if no parameters are required, use (NOPARAM_DEFAULT) for each (undefined) default value
    16 #define paramtypes (moleculeId_t)
     12// "undefine" if no parameters are required, use (NODEFAULT) for each (undefined) default value
     13#define paramtypes (int)
    1714#define paramtokens ("select-molecule-by-id")
    1815#define paramdescriptions ("molecule index")
    1916#undef paramdefaults
    2017#define paramreferences (molindex)
    21 #define paramvalids \
    22 (MoleculeIdValidator())
    2318
    2419#undef statetypes
Note: See TracChangeset for help on using the changeset viewer.