From: Arnaud Legrand Date: Fri, 2 Mar 2012 16:32:20 +0000 (+0100) Subject: Cosmetics X-Git-Tag: v3_7~315^2~27^2~9 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/6d314da31af7c1a12a3d4b354803ceab006ff5e0 Cosmetics --- diff --git a/src/surf/network.c b/src/surf/network.c index d64df51d06..e2d92fd8b9 100644 --- a/src/surf/network.c +++ b/src/surf/network.c @@ -514,8 +514,7 @@ static double net_share_resources_lazy(double now) } if (min != -1) { - heap_insert((surf_action_network_CM02_t) action, min, - max_dur_flag ? MAX_DURATION : NORMAL); + heap_insert(action, min, max_dur_flag ? MAX_DURATION : NORMAL); XBT_DEBUG("Insert at heap action(%p) min %lf now %lf", action, min, now); }