#ifdef STATISTICS #include "Behavioural/include/Stat.h" namespace morpheo { namespace behavioural { void Stat::end_simulation (void) { test_and_save(true); // force la sauvegarde } }; }; #endif