- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/SelectionAction/Molecules/ClearAllMoleculesAction.def
r6ba9ba r125002 8 8 // all includes and forward declarations necessary for non-integral types below 9 9 10 #include "Parameters/Validators/DummyValidator.hpp"11 12 10 // i.e. there is an integer with variable name Z that can be found in 13 11 // ValueStorage by the token "Z" -> first column: int, Z, "Z" 14 // "undefine" if no parameters are required, use (NO PARAM_DEFAULT) for each (undefined) default value12 // "undefine" if no parameters are required, use (NODEFAULT) for each (undefined) default value 15 13 #undef paramtypes 16 14 #undef paramtokens … … 18 16 #undef paramdefaults 19 17 #undef paramreferences 20 #undef paramvalids21 18 22 19 #define statetypes (std::vector<molecule*>)
Note:
See TracChangeset
for help on using the changeset viewer.