Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill synchronized dynars: we don't need them and they are a mess to keep (sorry,...
[simgrid.git] / src / simix / smx_global.c
index 100e0fb62ff9d38455dfeb5ab09729008096c379..728da6ffa5430b97dd96ba19482fbd05879f9db6 100644 (file)
@@ -182,7 +182,7 @@ static void SIMIX_clean(void)
  */
 XBT_INLINE double SIMIX_get_clock(void)
 {
-  if(MC_IS_ENABLED){
+  if(MC_is_active()){
     return MC_process_clock_get(SIMIX_process_self());
   }else{
     return surf_get_clock();