From: Mark Stillwell Date: Thu, 20 Oct 2011 08:36:50 +0000 (+0200) Subject: cut and paste code segment did not end with closing brace. X-Git-Tag: exp_20120216~195^2~21 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/aff02525c79dd62e5a1e7a9c151c296f823defda cut and paste code segment did not end with closing brace. --- diff --git a/contrib/network_model/calibrate_piecewise.py b/contrib/network_model/calibrate_piecewise.py index 5e79ff4bdd..f38169843a 100755 --- a/contrib/network_model/calibrate_piecewise.py +++ b/contrib/network_model/calibrate_piecewise.py @@ -206,4 +206,6 @@ while joinseg: factor_join_lat = b / (latency*links) c_code_print(x0,x1,factor_join_lat,False,False) +print("}\n") + print("\n/**\n *------------------ ----------------------\n **/")