Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/AnalysisAction/CalculateCellVolumeAction.def

    r54088a 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 paramreferences
     
    1618#undef paramdescriptions
    1719#undef paramdefaults
     20#undef paramvalids
    1821
    1922// Reaction cannot be undone, hence no state
Note: See TracChangeset for help on using the changeset viewer.