X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ba5cae6b1f22c3e9a1f08901a823e775b722977e..46448320f12d59d0a5efc015ec51ec6ebba525c6:/contrib/network_model/calibrate_piecewise.py diff --git a/contrib/network_model/calibrate_piecewise.py b/contrib/network_model/calibrate_piecewise.py index 5e79ff4bdd..8a54e84513 100755 --- a/contrib/network_model/calibrate_piecewise.py +++ b/contrib/network_model/calibrate_piecewise.py @@ -1,5 +1,10 @@ #!/usr/bin/env python +# Copyright (c) 2010-2011, 2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. import sys from math import sqrt @@ -206,4 +211,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 **/")