#ifdef STATISTICS #include "Behavioural/include/Stat.h" namespace morpheo { namespace behavioural { counter_t * Stat::create_counter (std::string varname, std::string unit, std::string description) { return alloc_operand (TYPE_COUNTER, varname, unit, description); } }; }; #endif