Ignore:
File:
1 edited

Legend:

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

    r125002 r6ba9ba  
    99
    1010
     11#include "Parameters/Validators/DummyValidator.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#undef paramtypes
    1517#undef paramtokens
     
    1719#undef paramdefaults
    1820#undef paramreferences
     21#undef paramvalids
    1922
    2023#define statetypes (std::vector<atom*>)
Note: See TracChangeset for help on using the changeset viewer.