Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/WorldAction/AddEmptyBoundaryAction.def

    r9cd6bf r6ba9ba  
    1111#include "LinearAlgebra/Vector.hpp"
    1212
     13#include "Parameters/Validators/Specific/VectorPositiveComponentsValidator.hpp"
     14
    1315// i.e. there is an integer with variable name Z that can be found in
    1416// ValueStorage by the token "Z" -> first column: int, Z, "Z"
    15 // "undefine" if no parameters are required, use (NODEFAULT) for each (undefined) default value
     17// "undefine" if no parameters are required, use (NOPARAM_DEFAULT) for each (undefined) default value
    1618#define paramtypes (Vector)
    1719#define paramtokens ("add-empty-boundary")
     
    1921#undef paramdefaults
    2022#define paramreferences (boundary)
     23#define paramvalids \
     24(VectorPositiveComponentsValidator())
    2125
    2226#define statetypes (std::string)(RealSpaceMatrix)(Vector)
Note: See TracChangeset for help on using the changeset viewer.