From 03cd7dc11726dc842732de4bdfd959947560f67d Mon Sep 17 00:00:00 2001 From: Ludovic Apvrille <ludovic.apvrille@telecom-paristech.fr> Date: Wed, 13 Jun 2012 08:55:36 +0000 Subject: [PATCH] --- simulators/c++2/src_simulator/definitions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simulators/c++2/src_simulator/definitions.h b/simulators/c++2/src_simulator/definitions.h index 49c4e656fb..81f9fde9d0 100644 --- a/simulators/c++2/src_simulator/definitions.h +++ b/simulators/c++2/src_simulator/definitions.h @@ -101,7 +101,7 @@ using std::max; //enable recording of transactions #define TRANSLIST_ENABLED //enable lossy channels -#undef LOSS_ENABLED +#define LOSS_ENABLED //enables comments on actions/choices in HTML output #undef ADD_COMMENTS //enable this flag to restore benchmark variables correctly in coverage enhanced simulation -- GitLab