Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : increase number of colors for dot output
authorMarion Guthmuller <marion.guthmuller@loria.fr>
Sat, 8 Jun 2013 17:15:17 +0000 (19:15 +0200)
committerMarion Guthmuller <marion.guthmuller@loria.fr>
Sat, 8 Jun 2013 17:15:17 +0000 (19:15 +0200)
src/mc/mc_global.c
src/mc/mc_private.h

index 3381e9d..7469068 100644 (file)
@@ -120,7 +120,7 @@ extern xbt_dynar_t mc_heap_comparison_ignore;
 extern xbt_dynar_t stacks_areas;
 
 FILE *dot_output = NULL;
-const char* colors[10];
+const char* colors[13];
 
 xbt_automaton_t _mc_property_automaton = NULL;
 
index 05336af..a348722 100644 (file)
@@ -68,7 +68,7 @@ int is_stack_ignore_variable(char *frame, char *var_name);
 
 extern double *mc_time;
 extern FILE *dot_output;
-extern const char* colors[10];
+extern const char* colors[13];
 
 int MC_deadlock_check(void);
 void MC_replay(xbt_fifo_t stack, int start);