Ignore:
File:
1 edited

Legend:

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

    r6ba9ba r125002  
    99class element;
    1010
    11 #include "Parameters/Validators/Specific/ElementValidator.hpp"
    12 
    1311// i.e. there is an integer with variable name Z that can be found in
    1412// 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
     13// "undefine" if no parameters are required, use (NODEFAULT) for each (undefined) default value
    1614#define paramtypes (const element*)
    1715#define paramtokens ("select-atom-by-element")
     
    1917#undef paramdefaults
    2018#define paramreferences (elemental)
    21 #define paramvalids \
    22 (ElementValidator())
    2319
    2420#define statetypes (std::vector<atom*>)
Note: See TracChangeset for help on using the changeset viewer.