diff --git a/002_change_version_number.py b/002_change_version_number.py index 530fc66c..e0cf8a34 100644 --- a/002_change_version_number.py +++ b/002_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 6.7.1', 'PyECLOUD Version 6.7.1') + content=content.replace('PyECLOUD Version 6.7.2', 'PyECLOUD Version 6.7.2') with open(filename,'w') as fid: fid.write(content) diff --git a/003_change_preamble.py b/003_change_preamble.py index c828083d..252e3e50 100644 --- a/003_change_preamble.py +++ b/003_change_preamble.py @@ -20,7 +20,7 @@ # # This file is part of the code: # -# PyECLOUD Version 6.7.1 +# PyECLOUD Version 6.7.2 # # # Main author: Giovanni IADAROLA diff --git a/MP_system.py b/MP_system.py index cd6bcb57..f08c3bce 100644 --- a/MP_system.py +++ b/MP_system.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 6.7.1 +# PyECLOUD Version 6.7.2 # # # Main author: Giovanni IADAROLA diff --git a/PyEC4PyHT.py b/PyEC4PyHT.py index 5788fc4c..80abebf7 100644 --- a/PyEC4PyHT.py +++ b/PyEC4PyHT.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 6.7.1 +# PyECLOUD Version 6.7.2 # # # Main author: Giovanni IADAROLA @@ -65,7 +65,7 @@ class Ecloud(object): def __init__(self, L_ecloud, slicer, Dt_ref, pyecl_input_folder='./', flag_clean_slices=False, slice_by_slice_mode=False, space_charge_obj=None, MP_e_mass=m_e, MP_e_charge=-e, **kwargs): - print 'PyECLOUD Version 6.7.1' + print 'PyECLOUD Version 6.7.2' # These git commands return the hash and the branch of the specified git directory. path_to_git = os.path.dirname(os.path.abspath(__file__)) +'/.git' diff --git a/PyEC4PyHT_fastion.py b/PyEC4PyHT_fastion.py index 47bc003c..0faf9426 100644 --- a/PyEC4PyHT_fastion.py +++ b/PyEC4PyHT_fastion.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 6.7.1 +# PyECLOUD Version 6.7.2 # # # Main author: Giovanni IADAROLA diff --git a/beam_and_timing.py b/beam_and_timing.py index 9534e2b1..684616c1 100644 --- a/beam_and_timing.py +++ b/beam_and_timing.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 6.7.1 +# PyECLOUD Version 6.7.2 # # # Main author: Giovanni IADAROLA diff --git a/buildup_simulation.py b/buildup_simulation.py index 0a22e5ba..b3eb6d87 100644 --- a/buildup_simulation.py +++ b/buildup_simulation.py @@ -9,7 +9,7 @@ # # This file is part of the code: # -# PyECLOUD Version 6.7.1 +# PyECLOUD Version 6.7.2 # # # Main author: Giovanni IADAROLA @@ -58,7 +58,7 @@ class BuildupSimulation(object): def __init__(self, pyecl_input_folder='./', **kwargs): - print 'PyECLOUD Version 6.7.1' + print 'PyECLOUD Version 6.7.2' beamtim,MP_e, dynamics,impact_man, pyeclsaver, \ gas_ion_flag, resgasion, t_ion, \ spacech_ele,t_sc_ON, photoem_flag, phemiss,\ diff --git a/dynamics_Boris_f2py.py b/dynamics_Boris_f2py.py index b52271d5..8b31aa4a 100644 --- a/dynamics_Boris_f2py.py +++ b/dynamics_Boris_f2py.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 6.7.1 +# PyECLOUD Version 6.7.2 # # # Main author: Giovanni IADAROLA diff --git a/dynamics_Boris_multipole.py b/dynamics_Boris_multipole.py index ad4dd966..e42fa1dc 100644 --- a/dynamics_Boris_multipole.py +++ b/dynamics_Boris_multipole.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 6.7.1 +# PyECLOUD Version 6.7.2 # # # Main author: Giovanni IADAROLA diff --git a/dynamics_dipole.py b/dynamics_dipole.py index 3c37e112..bb2e3ee4 100644 --- a/dynamics_dipole.py +++ b/dynamics_dipole.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 6.7.1 +# PyECLOUD Version 6.7.2 # # # Main author: Giovanni IADAROLA diff --git a/dynamics_strong_B_generalized.py b/dynamics_strong_B_generalized.py index b05cb28a..e0354f19 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 6.7.1 +# PyECLOUD Version 6.7.2 # # # Main author: Giovanni IADAROLA diff --git a/electron_emission.py b/electron_emission.py index 652010ad..aecef18b 100644 --- a/electron_emission.py +++ b/electron_emission.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 6.7.1 +# PyECLOUD Version 6.7.2 # # # Main author: Giovanni IADAROLA diff --git a/gas_ionization_class.py b/gas_ionization_class.py index df97d27f..4cdab4f6 100644 --- a/gas_ionization_class.py +++ b/gas_ionization_class.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 6.7.1 +# PyECLOUD Version 6.7.2 # # # Main author: Giovanni IADAROLA diff --git a/gen_photoemission_class.py b/gen_photoemission_class.py index 7133a247..00981fa1 100644 --- a/gen_photoemission_class.py +++ b/gen_photoemission_class.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 6.7.1 +# PyECLOUD Version 6.7.2 # # # Main author: Giovanni IADAROLA diff --git a/geom_impact_ellip.py b/geom_impact_ellip.py index 53fa101c..5f418e83 100644 --- a/geom_impact_ellip.py +++ b/geom_impact_ellip.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 6.7.1 +# PyECLOUD Version 6.7.2 # # # Main author: Giovanni IADAROLA diff --git a/geom_impact_poly.py b/geom_impact_poly.py index df9180a3..5c7de69b 100644 --- a/geom_impact_poly.py +++ b/geom_impact_poly.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 6.7.1 +# PyECLOUD Version 6.7.2 # # # Main author: Giovanni IADAROLA diff --git a/geom_impact_poly_fast_impact.py b/geom_impact_poly_fast_impact.py index c53fca8e..95ce85f5 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 6.7.1 +# PyECLOUD Version 6.7.2 # # # Main author: Giovanni IADAROLA diff --git a/geom_impact_rect_fast_impact.py b/geom_impact_rect_fast_impact.py index 497d5e29..23c7a758 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 6.7.1 +# PyECLOUD Version 6.7.2 # # # Main author: Giovanni IADAROLA diff --git a/h000_find_and_modify_preamble.py b/h000_find_and_modify_preamble.py index 32b05d98..ef13e34b 100644 --- a/h000_find_and_modify_preamble.py +++ b/h000_find_and_modify_preamble.py @@ -16,7 +16,7 @@ # # This file is part of the code: # -# PyECLOUD Version 6.7.1 +# PyECLOUD Version 6.7.2 # # # Main author: Giovanni IADAROLA diff --git a/impact_management_class.py b/impact_management_class.py index 24901b34..f84e2221 100644 --- a/impact_management_class.py +++ b/impact_management_class.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 6.7.1 +# PyECLOUD Version 6.7.2 # # # Main author: Giovanni IADAROLA diff --git a/init.py b/init.py index 6ff189a4..393a3c4a 100644 --- a/init.py +++ b/init.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 6.7.1 +# PyECLOUD Version 6.7.2 # # # Main author: Giovanni IADAROLA diff --git a/main.py b/main.py index c7024985..a286b4d6 100644 --- a/main.py +++ b/main.py @@ -9,7 +9,7 @@ # # This file is part of the code: # -# PyECLOUD Version 6.7.1 +# PyECLOUD Version 6.7.2 # # # Main author: Giovanni IADAROLA diff --git a/perfect_absorber_class.py b/perfect_absorber_class.py index 597cd5b9..cbb18ae5 100644 --- a/perfect_absorber_class.py +++ b/perfect_absorber_class.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 6.7.1 +# PyECLOUD Version 6.7.2 # # # Main author: Giovanni IADAROLA diff --git a/proc_video3.py b/proc_video3.py index f227b44c..bfbad5ac 100644 --- a/proc_video3.py +++ b/proc_video3.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 6.7.1 +# PyECLOUD Version 6.7.2 # # # Main author: Giovanni IADAROLA diff --git a/pyecloud_saver.py b/pyecloud_saver.py index 6314eb95..b53c48e1 100644 --- a/pyecloud_saver.py +++ b/pyecloud_saver.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 6.7.1 +# PyECLOUD Version 6.7.2 # # # Main author: Giovanni IADAROLA @@ -94,7 +94,7 @@ def __init__(self, logfile_path): print(git_branch) with open(self.logfile_path,'w') as flog: - flog.write('PyECLOUD Version 6.7.1\n') + flog.write('PyECLOUD Version 6.7.2\n') flog.write('%s\n' % git_hash) flog.write('%s\n' % git_branch) flog.write('Simulation started on %s\n' % timestr) diff --git a/sec_emission_model_ECLOUD.py b/sec_emission_model_ECLOUD.py index 8d313d86..105ee372 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 6.7.1 +# PyECLOUD Version 6.7.2 # # # Main author: Giovanni IADAROLA diff --git a/sec_emission_model_ECLOUD_nunif.py b/sec_emission_model_ECLOUD_nunif.py index db640810..ff61a18c 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 6.7.1 +# PyECLOUD Version 6.7.2 # # # Main author: Giovanni IADAROLA diff --git a/sec_emission_model_accurate_low_ene.py b/sec_emission_model_accurate_low_ene.py index 4fa4f0bc..e62f51fe 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 6.7.1 +# PyECLOUD Version 6.7.2 # # # Main author: Giovanni IADAROLA diff --git a/sec_emission_model_cos_low_ener.py b/sec_emission_model_cos_low_ener.py index 2f055d24..e84eb961 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 6.7.1 +# PyECLOUD Version 6.7.2 # # # Main author: Giovanni IADAROLA diff --git a/sec_emission_model_flat_low_ener.py b/sec_emission_model_flat_low_ener.py index 0db0a9b8..3758cd4d 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 6.7.1 +# PyECLOUD Version 6.7.2 # # # Main author: Giovanni IADAROLA diff --git a/sec_emission_model_from_file.py b/sec_emission_model_from_file.py index 603db36c..34a0ead2 100644 --- a/sec_emission_model_from_file.py +++ b/sec_emission_model_from_file.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 6.7.1 +# PyECLOUD Version 6.7.2 # # # Main author: Giovanni IADAROLA diff --git a/sincc_cosincc_cubsincc.py b/sincc_cosincc_cubsincc.py index 6f62880a..a2383309 100644 --- a/sincc_cosincc_cubsincc.py +++ b/sincc_cosincc_cubsincc.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 6.7.1 +# PyECLOUD Version 6.7.2 # # # Main author: Giovanni IADAROLA diff --git a/space_charge_class.py b/space_charge_class.py index 21a6c6ab..fbda81b7 100644 --- a/space_charge_class.py +++ b/space_charge_class.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 6.7.1 +# PyECLOUD Version 6.7.2 # # # Main author: Giovanni IADAROLA diff --git a/space_charge_class_SW_old.py b/space_charge_class_SW_old.py index aeff239b..1cf23965 100644 --- a/space_charge_class_SW_old.py +++ b/space_charge_class_SW_old.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 6.7.1 +# PyECLOUD Version 6.7.2 # # # Main author: Giovanni IADAROLA