Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : fix compilation error
authorMarion Guthmuller <marion.guthmuller@loria.fr>
Fri, 31 May 2013 21:30:47 +0000 (23:30 +0200)
committerMarion Guthmuller <marion.guthmuller@loria.fr>
Fri, 31 May 2013 21:30:47 +0000 (23:30 +0200)
src/mc/mc_liveness.c

index a591492..47849d6 100644 (file)
@@ -616,7 +616,7 @@ void MC_ddfs(){
   int new_pair = 0;
 
   mc_pair_t next_pair = NULL;
-  xbt_dynar_t prop_value = NULL;
+  xbt_dynar_t prop_values = NULL;
   
   if(xbt_fifo_size(mc_stack_liveness) < _sg_mc_max_depth){