Ignore:
File:
1 edited

Legend:

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

    r6ba9ba r125002  
    1010class Shape;
    1111
    12 #include "Parameters/Validators/Specific/BoxLengthValidator.hpp"
    13 #include "Parameters/Validators/Specific/BoxVectorValidator.hpp"
    14 
    1512// i.e. there is an integer with variable name Z that can be found in
    1613// ValueStorage by the token "Z" -> first column: int, Z, "Z"
    17 // "undefine" if no parameters are required, use (NOPARAM_DEFAULT) for each (undefined) default value
     14// "undefine" if no parameters are required, use (NODEFAULT) for each (undefined) default value
    1815#define paramtypes (double)(Vector)
    1916#define paramtokens ("select-atoms-inside-sphere")("position")
     
    2118#undef paramdefaults
    2219#define paramreferences (radius)(position)
    23 #define paramvalids \
    24 (BoxLengthValidator()) \
    25 (BoxVectorValidator())
    2620
    2721#define statetypes (std::vector<atom*>)(Shape)
Note: See TracChangeset for help on using the changeset viewer.