Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : rename MC_max_depth(int prop) -> MC_cut()
[simgrid.git] / src / mc / mc_global.c
index a2aa358..a7f1db8 100644 (file)
@@ -2391,8 +2391,8 @@ void MC_assert(int prop)
   }
 }
 
-void MC_max_depth(int max_depth){
-  user_max_depth_reached = max_depth;
+void MC_cut(void){
+  user_max_depth_reached = 1;
 }
 
 void MC_process_clock_add(smx_process_t process, double amount)