1 #ifndef DEFAULT_CELL_HOUSEKEEP_NO_OP_H_INCLUDED
2 #define DEFAULT_CELL_HOUSEKEEP_NO_OP_H_INCLUDED
24 #include <boost/property_tree/ptree.hpp>
32 namespace CellHousekeep {
55 #endif // end_of_include_guard
Core data with mesh, parameters, random engine and time data.
A cell contains walls and nodes.
Core data used during model execution.
NoOp(const CoreData &)
Initializing constructor.
void Initialize(const CoreData &)
Initialize or re-initialize.
Namespace for components of the Default model group.
Namespace for the core simulator.
Implements NoOp (do nothing) cell housekeeping.
void operator()(Cell *)
Execute.