#ifdef STATISTICS #include "Behavioural/include/Stat.h" namespace morpheo { namespace behavioural { counter_t * Stat::create_variable (std::string varname) { return alloc_operand (TYPE_VARIABLE, varname, "", "variable : " + varname); } }; }; #endif