Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/SelectionAction/Atoms/NotAtomByIdAction.def

    rb7ff03 r6ba9ba  
    99class atom;
    1010
     11#include "Parameters/Validators/Specific/AtomIdValidator.hpp"
     12
    1113// i.e. there is an integer with variable name Z that can be found in
    1214// ValueStorage by the token "Z" -> first column: int, Z, "Z"
    13 // "undefine" if no parameters are required, use (NODEFAULT) for each (undefined) default value
     15// "undefine" if no parameters are required, use (NOPARAM_DEFAULT) for each (undefined) default value
    1416#define paramtypes (atomId_t)
    1517#define paramtokens ("unselect-atom-by-id")
     
    1719#undef paramdefaults
    1820#define paramreferences (WalkerId)
     21#define paramvalids \
     22(AtomIdValidator())
    1923
    2024#undef statetypes
Note: See TracChangeset for help on using the changeset viewer.