#ifdef SYSTEMC /* * $Id: Morpheo_simulation_end.cpp 88 2008-12-10 18:31:39Z rosiere $ * * [ Description ] * */ #include "TopLevel/include/Morpheo.h" #include "Behavioural/include/Simulation.h" namespace morpheo { using namespace behavioural; #undef FUNCTION #define FUNCTION "Morpheo::simulation_end" bool Morpheo::simulation_end (void) { return simulation_test_end(); }; }; // end namespace morpheo #endif