Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
try a bit harder to get the simulated time without any function call
[simgrid.git] / src / surf / surf.c
index 0644b8b..a37608e 100644 (file)
@@ -466,7 +466,7 @@ double surf_solve(double max_date)
   return min;
 }
 
-double surf_get_clock(void)
+XBT_INLINE double surf_get_clock(void)
 {
   return NOW;
 }