Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : comment trigger for state equality detection
[simgrid.git] / src / mc / mc_liveness.c
index 98eb2d4..2348827 100644 (file)
@@ -76,7 +76,7 @@ int reached(xbt_state_t st){
   
   MC_UNSET_RAW_MEM;
   
-  if(xbt_dynar_is_empty(reached_pairs) || !compare){
+  if(xbt_dynar_is_empty(reached_pairs)/* || !compare*/){
 
     MC_SET_RAW_MEM;
     /* New pair reached */