Ignore:
File:
1 edited

Legend:

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

    rc42e60 r6ba9ba  
    88// all includes and forward declarations necessary for non-integral types below
    99
     10#include "Parameters/Validators/DummyValidator.hpp"
     11
    1012// i.e. there is an integer with variable name Z that can be found in
    1113// ValueStorage by the token "Z" -> first column: int, Z, "Z"
    12 // "undefine" if no parameters are required, use (NODEFAULT) for each (undefined) default value
     14// "undefine" if no parameters are required, use (NOPARAM_DEFAULT) for each (undefined) default value
    1315#undef paramtypes
    1416#undef paramtokens
     
    1618#undef paramdefaults
    1719#undef paramreferences
     20#undef paramvalids
    1821
    1922#define statetypes (std::vector<molecule*>)
Note: See TracChangeset for help on using the changeset viewer.