Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] bugfix
[simgrid.git] / src / instr / instr_interface.c
index 3d582d8..caa55d9 100644 (file)
@@ -240,7 +240,7 @@ static void instr_user_variable(double time,
   if (!TRACE_needs_platform()) return;
 
   //check if variable is already declared
-  char *created = xbt_dict_get_or_null(declared_marks, variable);
+  char *created = xbt_dict_get_or_null(filter, variable);
   if (what == INSTR_US_DECLARE){
     if (created){
       //already declared