From aff02525c79dd62e5a1e7a9c151c296f823defda Mon Sep 17 00:00:00 2001 From: Mark Stillwell Date: Thu, 20 Oct 2011 10:36:50 +0200 Subject: [PATCH] cut and paste code segment did not end with closing brace. --- contrib/network_model/calibrate_piecewise.py | 2 ++ 1 file changed, 2 insertions(+) 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 **/") -- 2.20.1