Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cut and paste code segment did not end with closing brace.
authorMark Stillwell <marklee@fortawesome.org>
Thu, 20 Oct 2011 08:36:50 +0000 (10:36 +0200)
committerMark Stillwell <marklee@fortawesome.org>
Thu, 20 Oct 2011 08:36:50 +0000 (10:36 +0200)
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 **/")