From: Augustin Degomme Date: Fri, 21 Sep 2012 10:26:35 +0000 (+0200) Subject: really remove the previously commented code X-Git-Tag: v3_8~146^2~35 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/4d9370faea9fdff22188cf32f2488b89b2bb4472?ds=sidebyside really remove the previously commented code --- diff --git a/src/surf/network.c b/src/surf/network.c index 78a4deeea4..d5b647e697 100644 --- a/src/surf/network.c +++ b/src/surf/network.c @@ -672,8 +672,7 @@ static void smpi_gap_append(double size, const link_CM02_t link, xbt_fifo_get_item_content(xbt_fifo_get_last_item(fifo)); bw = net_get_link_bandwidth(link); action->sender.gap = - /*last_action->sender.gap +*/ max(sg_sender_gap, - last_action->sender.size / bw); + max(sg_sender_gap,last_action->sender.size / bw); action->latency += action->sender.gap; } /* Append action as last send */