From f1c6f88f7d1a78e2e3320971c155c94b8e51180d Mon Sep 17 00:00:00 2001 From: giadarol Date: Thu, 16 Jul 2015 12:41:48 +0200 Subject: [PATCH] Changed version to 4.27 --- MP_system.py | 2 +- PyEC4PyHT.py | 4 ++-- beam_and_timing.py | 2 +- buildup_simulation.py | 4 ++-- change_version_number.py | 2 +- dynamics_Boris_f2py.py | 2 +- dynamics_Boris_multipole.py | 2 +- dynamics_dipole.py | 2 +- dynamics_strong_B_generalized.py | 2 +- gas_ionization_class.py | 2 +- gen_photoemission_class.py | 2 +- geom_impact_ellip.py | 2 +- geom_impact_poly.py | 2 +- geom_impact_poly_fast_impact.py | 2 +- geom_impact_rect_fast_impact.py | 2 +- impact_management_class.py | 2 +- init.py | 2 +- main.py | 2 +- proc_video3.py | 2 +- pyecloud_saver.py | 4 ++-- sec_emission.py | 2 +- sec_emission_model_ECLOUD.py | 2 +- sec_emission_model_ECLOUD_nunif.py | 2 +- sec_emission_model_accurate_low_ene.py | 2 +- sec_emission_model_cos_low_ener.py | 2 +- sec_emission_model_flat_low_ener.py | 2 +- sincc_cosincc_cubsincc.py | 2 +- space_charge_class.py | 2 +- space_charge_class_SW_old.py | 2 +- test_StrongB_generalized.py | 2 +- test_StrongB_generalized_2.py | 2 +- 31 files changed, 34 insertions(+), 34 deletions(-) diff --git a/MP_system.py b/MP_system.py index b0393728..de827c16 100644 --- a/MP_system.py +++ b/MP_system.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.26 +# PyECLOUD Version 4.27 # # # Author and contact: Giovanni IADAROLA diff --git a/PyEC4PyHT.py b/PyEC4PyHT.py index f9a4d515..3cb7ed86 100644 --- a/PyEC4PyHT.py +++ b/PyEC4PyHT.py @@ -8,7 +8,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.26 +# PyECLOUD Version 4.27 # # # Author and contact: Giovanni IADAROLA @@ -85,7 +85,7 @@ class Ecloud(object): def __init__(self, L_ecloud, slicer, Dt_ref, pyecl_input_folder='./', flag_clean_slices = False, **kwargs): - print 'PyECLOUD Version 4.26' + print 'PyECLOUD Version 4.27' print 'PyHEADTAIL module' print 'Initializing ecloud from folder: '+pyecl_input_folder self.slicer = slicer diff --git a/beam_and_timing.py b/beam_and_timing.py index 4fe8514c..84a95f50 100644 --- a/beam_and_timing.py +++ b/beam_and_timing.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.26 +# PyECLOUD Version 4.27 # # # Author and contact: Giovanni IADAROLA diff --git a/buildup_simulation.py b/buildup_simulation.py index 2c1904d2..05f2bb35 100644 --- a/buildup_simulation.py +++ b/buildup_simulation.py @@ -9,7 +9,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.26 +# PyECLOUD Version 4.27 # # # Author and contact: Giovanni IADAROLA @@ -58,7 +58,7 @@ class BuildupSimulation(object): def __init__(self, pyecl_input_folder='./'): - print 'PyECLOUD Version 4.26' + print 'PyECLOUD Version 4.27' beamtim,MP_e, dynamics,impact_man, pyeclsaver, \ gas_ion_flag, resgasion, t_ion, \ spacech_ele,t_sc_ON, photoem_flag, phemiss,\ diff --git a/change_version_number.py b/change_version_number.py index 64430b86..74675e94 100644 --- a/change_version_number.py +++ b/change_version_number.py @@ -9,7 +9,7 @@ with open(filename) as fid: content=fid.read() if 'giovanni.iadarola@cern.ch' in content: - content=content.replace('PyECLOUD Version 4.26', 'PyECLOUD Version 4.26') + content=content.replace('PyECLOUD Version 4.27', 'PyECLOUD Version 4.27') with open(filename,'w') as fid: fid.write(content) diff --git a/dynamics_Boris_f2py.py b/dynamics_Boris_f2py.py index aa0fac33..4ddb55ed 100644 --- a/dynamics_Boris_f2py.py +++ b/dynamics_Boris_f2py.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.26 +# PyECLOUD Version 4.27 # # # Author and contact: Giovanni IADAROLA diff --git a/dynamics_Boris_multipole.py b/dynamics_Boris_multipole.py index df31b43b..3fe9337c 100644 --- a/dynamics_Boris_multipole.py +++ b/dynamics_Boris_multipole.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.26 +# PyECLOUD Version 4.27 # # # Author and contact: Giovanni IADAROLA diff --git a/dynamics_dipole.py b/dynamics_dipole.py index 3eaad9a8..bc9843b1 100644 --- a/dynamics_dipole.py +++ b/dynamics_dipole.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.26 +# PyECLOUD Version 4.27 # # # Author and contact: Giovanni IADAROLA diff --git a/dynamics_strong_B_generalized.py b/dynamics_strong_B_generalized.py index 4575abe6..3218a57f 100644 --- a/dynamics_strong_B_generalized.py +++ b/dynamics_strong_B_generalized.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.26 +# PyECLOUD Version 4.27 # # # Author and contact: Giovanni IADAROLA diff --git a/gas_ionization_class.py b/gas_ionization_class.py index db6421ea..1dc15d07 100644 --- a/gas_ionization_class.py +++ b/gas_ionization_class.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.26 +# PyECLOUD Version 4.27 # # # Author and contact: Giovanni IADAROLA diff --git a/gen_photoemission_class.py b/gen_photoemission_class.py index 09e0328e..e13e017a 100644 --- a/gen_photoemission_class.py +++ b/gen_photoemission_class.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.26 +# PyECLOUD Version 4.27 # # # Author and contact: Giovanni IADAROLA diff --git a/geom_impact_ellip.py b/geom_impact_ellip.py index 42ac26a8..07f88b47 100644 --- a/geom_impact_ellip.py +++ b/geom_impact_ellip.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.26 +# PyECLOUD Version 4.27 # # # Author and contact: Giovanni IADAROLA diff --git a/geom_impact_poly.py b/geom_impact_poly.py index 904a66d1..ab53e2b7 100644 --- a/geom_impact_poly.py +++ b/geom_impact_poly.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.26 +# PyECLOUD Version 4.27 # # # Author and contact: Giovanni IADAROLA diff --git a/geom_impact_poly_fast_impact.py b/geom_impact_poly_fast_impact.py index 300d7dac..e7ed5df9 100644 --- a/geom_impact_poly_fast_impact.py +++ b/geom_impact_poly_fast_impact.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.26 +# PyECLOUD Version 4.27 # # # Author and contact: Giovanni IADAROLA diff --git a/geom_impact_rect_fast_impact.py b/geom_impact_rect_fast_impact.py index a06d36f1..0280390d 100644 --- a/geom_impact_rect_fast_impact.py +++ b/geom_impact_rect_fast_impact.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.26 +# PyECLOUD Version 4.27 # # # Author and contact: Giovanni IADAROLA diff --git a/impact_management_class.py b/impact_management_class.py index fc17addd..ca0e949e 100644 --- a/impact_management_class.py +++ b/impact_management_class.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.26 +# PyECLOUD Version 4.27 # # # Author and contact: Giovanni IADAROLA diff --git a/init.py b/init.py index 8303ae33..1d48fd9e 100644 --- a/init.py +++ b/init.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.26 +# PyECLOUD Version 4.27 # # # Author and contact: Giovanni IADAROLA diff --git a/main.py b/main.py index 41e27ba5..ce580de6 100644 --- a/main.py +++ b/main.py @@ -9,7 +9,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.26 +# PyECLOUD Version 4.27 # # # Author and contact: Giovanni IADAROLA diff --git a/proc_video3.py b/proc_video3.py index cb85002e..6e393be3 100644 --- a/proc_video3.py +++ b/proc_video3.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.26 +# PyECLOUD Version 4.27 # # # Author and contact: Giovanni IADAROLA diff --git a/pyecloud_saver.py b/pyecloud_saver.py index 9de22ea5..1b5bfac9 100644 --- a/pyecloud_saver.py +++ b/pyecloud_saver.py @@ -8,7 +8,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.26 +# PyECLOUD Version 4.27 # # # Author and contact: Giovanni IADAROLA @@ -68,7 +68,7 @@ def __init__(self, logfile_path): self.logfile_path = logfile_path print 'Starting pyecloud_saver init.' flog=open(self.logfile_path,'w') - flog.write('PyECLOUD Version 4.26\n') + flog.write('PyECLOUD Version 4.27\n') timestr = time.strftime("%d %b %Y %H:%M:%S", time.localtime()) flog.write('Simulation started on %s\n'%timestr) flog.close() diff --git a/sec_emission.py b/sec_emission.py index c7c49658..4696e713 100644 --- a/sec_emission.py +++ b/sec_emission.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.26 +# PyECLOUD Version 4.27 # # # Author and contact: Giovanni IADAROLA diff --git a/sec_emission_model_ECLOUD.py b/sec_emission_model_ECLOUD.py index 471c743e..8e6f5c33 100644 --- a/sec_emission_model_ECLOUD.py +++ b/sec_emission_model_ECLOUD.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.26 +# PyECLOUD Version 4.27 # # # Author and contact: Giovanni IADAROLA diff --git a/sec_emission_model_ECLOUD_nunif.py b/sec_emission_model_ECLOUD_nunif.py index e74ec164..dc83e2b1 100644 --- a/sec_emission_model_ECLOUD_nunif.py +++ b/sec_emission_model_ECLOUD_nunif.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.26 +# PyECLOUD Version 4.27 # # # Author and contact: Giovanni IADAROLA diff --git a/sec_emission_model_accurate_low_ene.py b/sec_emission_model_accurate_low_ene.py index 85cf29c7..5be7cf98 100644 --- a/sec_emission_model_accurate_low_ene.py +++ b/sec_emission_model_accurate_low_ene.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.26 +# PyECLOUD Version 4.27 # # # Author and contact: Giovanni IADAROLA diff --git a/sec_emission_model_cos_low_ener.py b/sec_emission_model_cos_low_ener.py index 0f220c8e..315a7458 100644 --- a/sec_emission_model_cos_low_ener.py +++ b/sec_emission_model_cos_low_ener.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.26 +# PyECLOUD Version 4.27 # # # Author and contact: Giovanni IADAROLA diff --git a/sec_emission_model_flat_low_ener.py b/sec_emission_model_flat_low_ener.py index bc07bb53..16d6af10 100644 --- a/sec_emission_model_flat_low_ener.py +++ b/sec_emission_model_flat_low_ener.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.26 +# PyECLOUD Version 4.27 # # # Author and contact: Giovanni IADAROLA diff --git a/sincc_cosincc_cubsincc.py b/sincc_cosincc_cubsincc.py index 4dfac768..e44dc1fe 100644 --- a/sincc_cosincc_cubsincc.py +++ b/sincc_cosincc_cubsincc.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.26 +# PyECLOUD Version 4.27 # # # Author and contact: Giovanni IADAROLA diff --git a/space_charge_class.py b/space_charge_class.py index fb1d3f23..15afb406 100644 --- a/space_charge_class.py +++ b/space_charge_class.py @@ -8,7 +8,7 @@ # This file is part of the code: # # -# PyECLOUD Version 4.26 +# PyECLOUD Version 4.27 # # # Author and contact: Giovanni IADAROLA diff --git a/space_charge_class_SW_old.py b/space_charge_class_SW_old.py index f102a271..bf67b94a 100644 --- a/space_charge_class_SW_old.py +++ b/space_charge_class_SW_old.py @@ -8,7 +8,7 @@ # This file is part of the code: # # -# PyECLOUD Version 4.26 +# PyECLOUD Version 4.27 # # # Author and contact: Giovanni IADAROLA diff --git a/test_StrongB_generalized.py b/test_StrongB_generalized.py index f131df4f..f2b469bc 100644 --- a/test_StrongB_generalized.py +++ b/test_StrongB_generalized.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.26 +# PyECLOUD Version 4.27 # # # Author and contact: Giovanni IADAROLA diff --git a/test_StrongB_generalized_2.py b/test_StrongB_generalized_2.py index 0458bdcb..82983241 100644 --- a/test_StrongB_generalized_2.py +++ b/test_StrongB_generalized_2.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 4.26 +# PyECLOUD Version 4.27 # # # Author and contact: Giovanni IADAROLA