X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2db0630d598bd5bf5daa239297202b85e8ff0813..e6be248713757287eb951054a63c9f251d52ee0a:/src/surf/surf_c_bindings.cpp diff --git a/src/surf/surf_c_bindings.cpp b/src/surf/surf_c_bindings.cpp index e96c017c84..06af81e3c0 100644 --- a/src/surf/surf_c_bindings.cpp +++ b/src/surf/surf_c_bindings.cpp @@ -83,7 +83,7 @@ double surf_solve(double max_date) double next_event_date = future_evt_set->next_date(); XBT_DEBUG("Next TRACE event: %f", next_event_date); - if (not surf_network_model->nextOccuringEventIsIdempotent()) { // NS3, I see you + if (not surf_network_model->next_occuring_event_is_idempotent()) { // NS3, I see you if (next_event_date != -1.0) { time_delta = std::min(next_event_date - NOW, time_delta); } else {