#ifdef STATISTICS /* * $Id: Multiplier_statistics_allocation.cpp 112 2009-03-18 22:36:26Z rosiere $ * * [ Description ] * */ #include "Behavioural/Generic/Multiplier/include/Multiplier.h" namespace morpheo { namespace behavioural { namespace generic { namespace multiplier { #undef FUNCTION #define FUNCTION "Multiplier::statistics_allocation" void Multiplier::statistics_allocation (morpheo::behavioural::Parameters_Statistics * param_statistics) { log_begin(Multiplier,FUNCTION); _stat = new Stat (static_cast(_name), "Multiplier", param_statistics); log_end(Multiplier,FUNCTION); }; }; // end namespace multiplier }; // end namespace generic }; // end namespace behavioural }; // end namespace morpheo #endif