- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/AnalysisAction/CalculateCellVolumeAction.def
r6ba9ba r54088a 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 paramreferences … … 18 16 #undef paramdescriptions 19 17 #undef paramdefaults 20 #undef paramvalids21 18 22 19 // Reaction cannot be undone, hence no state
Note:
See TracChangeset
for help on using the changeset viewer.