diff --git a/002_change_version_number.py b/002_change_version_number.py index 274b6325..d1743fa3 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 7.7.0', 'PyECLOUD Version 7.7.0') + content = content.replace('PyECLOUD Version 7.7.1', 'PyECLOUD Version 7.7.1') with open(filename, 'w') as fid: fid.write(content) diff --git a/003_change_preamble.py b/003_change_preamble.py index 264b42f2..d66ef7a1 100644 --- a/003_change_preamble.py +++ b/003_change_preamble.py @@ -20,7 +20,7 @@ # # This file is part of the code: # -# PyECLOUD Version 7.7.0 +# PyECLOUD Version 7.7.1 # # # Main author: Giovanni IADAROLA diff --git a/MP_system.py b/MP_system.py index 7756901c..e929e933 100644 --- a/MP_system.py +++ b/MP_system.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 7.7.0 +# PyECLOUD Version 7.7.1 # # # Main author: Giovanni IADAROLA diff --git a/PyEC4PyHT.py b/PyEC4PyHT.py index c434a531..f1e32ed1 100644 --- a/PyEC4PyHT.py +++ b/PyEC4PyHT.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 7.7.0 +# PyECLOUD Version 7.7.1 # # # Main author: Giovanni IADAROLA @@ -104,7 +104,7 @@ def __init__(self, L_ecloud, slicer, Dt_ref, pyecl_input_folder='./', flag_clean beam_monitor=None, verbose=False, save_pyecl_outp_as=None, **kwargs): - print 'PyECLOUD Version 7.7.0' + print 'PyECLOUD Version 7.7.1' # 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/beam_and_timing.py b/beam_and_timing.py index 43713d72..05d1aa23 100644 --- a/beam_and_timing.py +++ b/beam_and_timing.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 7.7.0 +# PyECLOUD Version 7.7.1 # # # Main author: Giovanni IADAROLA diff --git a/buildup_simulation.py b/buildup_simulation.py index 349b3324..c51aed12 100644 --- a/buildup_simulation.py +++ b/buildup_simulation.py @@ -9,7 +9,7 @@ # # This file is part of the code: # -# PyECLOUD Version 7.7.0 +# PyECLOUD Version 7.7.1 # # # Main author: Giovanni IADAROLA @@ -63,7 +63,7 @@ class BuildupSimulation(object): def __init__(self, pyecl_input_folder='./', skip_beam=False, skip_spacech_ele=False, skip_pyeclsaver=False, ignore_kwargs=[], spacech_ele=None, **kwargs): - print 'PyECLOUD Version 7.7.0' + print 'PyECLOUD Version 7.7.1' beamtim, spacech_ele, t_sc_ON, flag_presence_sec_beams, sec_beams_list, \ config_dict, flag_multiple_clouds, cloud_list, checkpoint_folder = init.read_input_files_and_init_components(\ pyecl_input_folder=pyecl_input_folder, diff --git a/cloud_manager.py b/cloud_manager.py index 6cd2afb3..d2463a36 100644 --- a/cloud_manager.py +++ b/cloud_manager.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 7.7.0 +# PyECLOUD Version 7.7.1 # # # Author and contact: Giovanni IADAROLA diff --git a/dynamics_Boris_f2py.py b/dynamics_Boris_f2py.py index a2ada9cd..0c12dcfc 100644 --- a/dynamics_Boris_f2py.py +++ b/dynamics_Boris_f2py.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 7.7.0 +# PyECLOUD Version 7.7.1 # # # Main author: Giovanni IADAROLA diff --git a/dynamics_Boris_multipole.py b/dynamics_Boris_multipole.py index fe759469..9251cae1 100644 --- a/dynamics_Boris_multipole.py +++ b/dynamics_Boris_multipole.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 7.7.0 +# PyECLOUD Version 7.7.1 # # # Main author: Giovanni IADAROLA diff --git a/dynamics_dipole.py b/dynamics_dipole.py index 447f4533..83c3e87b 100644 --- a/dynamics_dipole.py +++ b/dynamics_dipole.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 7.7.0 +# PyECLOUD Version 7.7.1 # # # Main author: Giovanni IADAROLA diff --git a/dynamics_strong_B_generalized.py b/dynamics_strong_B_generalized.py index fe726a9a..cd3942df 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 7.7.0 +# PyECLOUD Version 7.7.1 # # # Main author: Giovanni IADAROLA diff --git a/electron_emission.py b/electron_emission.py index 51da48e7..d5dc10ed 100644 --- a/electron_emission.py +++ b/electron_emission.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 7.7.0 +# PyECLOUD Version 7.7.1 # # # Main author: Giovanni IADAROLA diff --git a/gas_ionization_class.py b/gas_ionization_class.py index f1793489..c5046e8f 100644 --- a/gas_ionization_class.py +++ b/gas_ionization_class.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 7.7.0 +# PyECLOUD Version 7.7.1 # # # Main author: Giovanni IADAROLA diff --git a/gen_photoemission_class.py b/gen_photoemission_class.py index d8e633c5..8b4169e4 100644 --- a/gen_photoemission_class.py +++ b/gen_photoemission_class.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 7.7.0 +# PyECLOUD Version 7.7.1 # # # Main author: Giovanni IADAROLA diff --git a/geom_impact_ellip.py b/geom_impact_ellip.py index d87b84f9..c490337b 100644 --- a/geom_impact_ellip.py +++ b/geom_impact_ellip.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 7.7.0 +# PyECLOUD Version 7.7.1 # # # Main author: Giovanni IADAROLA diff --git a/geom_impact_poly.py b/geom_impact_poly.py index 2064270a..d8ad39b9 100644 --- a/geom_impact_poly.py +++ b/geom_impact_poly.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 7.7.0 +# PyECLOUD Version 7.7.1 # # # Main author: Giovanni IADAROLA diff --git a/geom_impact_poly_fast_impact.py b/geom_impact_poly_fast_impact.py index eca77abf..45365182 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 7.7.0 +# PyECLOUD Version 7.7.1 # # # Main author: Giovanni IADAROLA diff --git a/geom_impact_rect_fast_impact.py b/geom_impact_rect_fast_impact.py index 0d025fd9..617ffb5b 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 7.7.0 +# PyECLOUD Version 7.7.1 # # # Main author: Giovanni IADAROLA diff --git a/h000_find_and_modify_preamble.py b/h000_find_and_modify_preamble.py index 9ac6a592..1c62a3c3 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 7.7.0 +# PyECLOUD Version 7.7.1 # # # Main author: Giovanni IADAROLA diff --git a/impact_management_class.py b/impact_management_class.py index 17a88dd9..43131b21 100644 --- a/impact_management_class.py +++ b/impact_management_class.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 7.7.0 +# PyECLOUD Version 7.7.1 # # # Main author: Giovanni IADAROLA diff --git a/init.py b/init.py index c0bc8671..f7a80e67 100644 --- a/init.py +++ b/init.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 7.7.0 +# PyECLOUD Version 7.7.1 # # # Main author: Giovanni IADAROLA diff --git a/main.py b/main.py index f91b4a4f..ea5566e6 100644 --- a/main.py +++ b/main.py @@ -9,7 +9,7 @@ # # This file is part of the code: # -# PyECLOUD Version 7.7.0 +# PyECLOUD Version 7.7.1 # # # Main author: Giovanni IADAROLA diff --git a/perfect_absorber_class.py b/perfect_absorber_class.py index ce9c0a1d..1fbd9746 100644 --- a/perfect_absorber_class.py +++ b/perfect_absorber_class.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 7.7.0 +# PyECLOUD Version 7.7.1 # # # Main author: Giovanni IADAROLA diff --git a/proc_video3.py b/proc_video3.py index 2b8f497e..bcedbcd5 100644 --- a/proc_video3.py +++ b/proc_video3.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 7.7.0 +# PyECLOUD Version 7.7.1 # # # Main author: Giovanni IADAROLA diff --git a/pyecloud_saver.py b/pyecloud_saver.py index 4e3bec5f..69966539 100644 --- a/pyecloud_saver.py +++ b/pyecloud_saver.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 7.7.0 +# PyECLOUD Version 7.7.1 # # # Main author: Giovanni IADAROLA @@ -95,7 +95,7 @@ def __init__(self, logfile_path): if self.logfile_path is not None: with open(self.logfile_path, 'w') as flog: - flog.write('PyECLOUD Version 7.7.0\n') + flog.write('PyECLOUD Version 7.7.1\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 c68a505f..3924bf72 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 7.7.0 +# PyECLOUD Version 7.7.1 # # # Main author: Giovanni IADAROLA diff --git a/sec_emission_model_ECLOUD_nunif.py b/sec_emission_model_ECLOUD_nunif.py index 32f9b52f..51ed6b0c 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 7.7.0 +# PyECLOUD Version 7.7.1 # # # Main author: Giovanni IADAROLA diff --git a/sec_emission_model_accurate_low_ene.py b/sec_emission_model_accurate_low_ene.py index c943f9b7..c271fecc 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 7.7.0 +# PyECLOUD Version 7.7.1 # # # Main author: Giovanni IADAROLA diff --git a/sec_emission_model_cos_low_ener.py b/sec_emission_model_cos_low_ener.py index 8c747e6f..136b18b9 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 7.7.0 +# PyECLOUD Version 7.7.1 # # # Main author: Giovanni IADAROLA diff --git a/sec_emission_model_flat_low_ener.py b/sec_emission_model_flat_low_ener.py index 79e94bc5..fbc51c8c 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 7.7.0 +# PyECLOUD Version 7.7.1 # # # Main author: Giovanni IADAROLA diff --git a/sec_emission_model_from_file.py b/sec_emission_model_from_file.py index 4e362df2..d6f87f57 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 7.7.0 +# PyECLOUD Version 7.7.1 # # # Main author: Giovanni IADAROLA diff --git a/sincc_cosincc_cubsincc.py b/sincc_cosincc_cubsincc.py index 21c0ede3..c613990b 100644 --- a/sincc_cosincc_cubsincc.py +++ b/sincc_cosincc_cubsincc.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 7.7.0 +# PyECLOUD Version 7.7.1 # # # Main author: Giovanni IADAROLA diff --git a/space_charge_class.py b/space_charge_class.py index 0f727a7e..eb721606 100644 --- a/space_charge_class.py +++ b/space_charge_class.py @@ -7,7 +7,7 @@ # # This file is part of the code: # -# PyECLOUD Version 7.7.0 +# PyECLOUD Version 7.7.1 # # # Main author: Giovanni IADAROLA