- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/WorldAction/AddEmptyBoundaryAction.def
r9cd6bf r6ba9ba 11 11 #include "LinearAlgebra/Vector.hpp" 12 12 13 #include "Parameters/Validators/Specific/VectorPositiveComponentsValidator.hpp" 14 13 15 // i.e. there is an integer with variable name Z that can be found in 14 16 // ValueStorage by the token "Z" -> first column: int, Z, "Z" 15 // "undefine" if no parameters are required, use (NO DEFAULT) for each (undefined) default value17 // "undefine" if no parameters are required, use (NOPARAM_DEFAULT) for each (undefined) default value 16 18 #define paramtypes (Vector) 17 19 #define paramtokens ("add-empty-boundary") … … 19 21 #undef paramdefaults 20 22 #define paramreferences (boundary) 23 #define paramvalids \ 24 (VectorPositiveComponentsValidator()) 21 25 22 26 #define statetypes (std::string)(RealSpaceMatrix)(Vector)
Note:
See TracChangeset
for help on using the changeset viewer.