Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : MC_init() must be called for initial snapshot
authorMarion Guthmuller <marion.guthmuller@loria.fr>
Fri, 16 Nov 2012 16:20:37 +0000 (17:20 +0100)
committerMarion Guthmuller <marion.guthmuller@loria.fr>
Fri, 16 Nov 2012 16:20:37 +0000 (17:20 +0100)
src/mc/mc_global.c

index 19502f6..0447fa4 100644 (file)
@@ -207,8 +207,7 @@ void MC_modelcheck_safety(void)
 
   MC_UNSET_RAW_MEM;
 
-  if(_surf_mc_stateful > 0)
-    MC_init();
+  MC_init();
 
   MC_dpor_init();