Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Initialize arrays at declaration, and remove use of deprecated bzero().
[simgrid.git] / contrib / network_model / calibrate_piecewise.py
index 5e79ff4..f381698 100755 (executable)
@@ -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 *------------------ <copy/paste C code snippet in surf/network.c> ----------------------\n **/")