Skip to content

Commit

Permalink
Change version number to v8.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
giadarol committed Jan 27, 2020
1 parent a28e034 commit ac64dfe
Show file tree
Hide file tree
Showing 36 changed files with 39 additions and 39 deletions.
2 changes: 1 addition & 1 deletion 002_change_version_number.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
with open(filename) as fid:
content = fid.read()
if 'giovanni.iadarola@cern.ch' in content:
content = content.replace('PyECLOUD Version 8.4.0', 'PyECLOUD Version 8.4.0')
content = content.replace('PyECLOUD Version 8.4.1', 'PyECLOUD Version 8.4.1')
with open(filename, 'w') as fid:
fid.write(content)

Expand Down
2 changes: 1 addition & 1 deletion 003_change_preamble.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#
# This file is part of the code:
#
# PyECLOUD Version 8.4.0
# PyECLOUD Version 8.4.1
#
#
# Main author: Giovanni IADAROLA
Expand Down
2 changes: 1 addition & 1 deletion MP_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# This file is part of the code:
#
# PyECLOUD Version 8.4.0
# PyECLOUD Version 8.4.1
#
#
# Main author: Giovanni IADAROLA
Expand Down
4 changes: 2 additions & 2 deletions PyEC4PyHT.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# This file is part of the code:
#
# PyECLOUD Version 8.4.0
# PyECLOUD Version 8.4.1
#
#
# Main author: Giovanni IADAROLA
Expand Down Expand Up @@ -238,7 +238,7 @@ def __init__(
"""

print("PyECLOUD Version 8.4.0")
print("PyECLOUD Version 8.4.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"
Expand Down
2 changes: 1 addition & 1 deletion beam_and_timing.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# This file is part of the code:
#
# PyECLOUD Version 8.4.0
# PyECLOUD Version 8.4.1
#
#
# Main author: Giovanni IADAROLA
Expand Down
4 changes: 2 additions & 2 deletions buildup_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#
# This file is part of the code:
#
# PyECLOUD Version 8.4.0
# PyECLOUD Version 8.4.1
#
#
# Main author: Giovanni IADAROLA
Expand Down Expand Up @@ -71,7 +71,7 @@ def __init__(
**kwargs
):

print("PyECLOUD Version 8.4.0")
print("PyECLOUD Version 8.4.1")
(
beamtim,
spacech_ele,
Expand Down
2 changes: 1 addition & 1 deletion cloud_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# This file is part of the code:
#
# PyECLOUD Version 8.4.0
# PyECLOUD Version 8.4.1
#
#
# Author and contact: Giovanni IADAROLA
Expand Down
2 changes: 1 addition & 1 deletion cross_ionization.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# This file is part of the code:
#
# PyECLOUD Version 8.4.0
# PyECLOUD Version 8.4.1
#
#
# Main author: Giovanni IADAROLA
Expand Down
2 changes: 1 addition & 1 deletion dynamics_Boris_f2py.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# This file is part of the code:
#
# PyECLOUD Version 8.4.0
# PyECLOUD Version 8.4.1
#
#
# Main author: Giovanni IADAROLA
Expand Down
2 changes: 1 addition & 1 deletion dynamics_Boris_multipole.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# This file is part of the code:
#
# PyECLOUD Version 8.4.0
# PyECLOUD Version 8.4.1
#
#
# Main author: Giovanni IADAROLA
Expand Down
2 changes: 1 addition & 1 deletion dynamics_dipole.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# This file is part of the code:
#
# PyECLOUD Version 8.4.0
# PyECLOUD Version 8.4.1
#
#
# Main author: Giovanni IADAROLA
Expand Down
2 changes: 1 addition & 1 deletion dynamics_strong_B_generalized.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# This file is part of the code:
#
# PyECLOUD Version 8.4.0
# PyECLOUD Version 8.4.1
#
#
# Main author: Giovanni IADAROLA
Expand Down
2 changes: 1 addition & 1 deletion electron_emission.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# This file is part of the code:
#
# PyECLOUD Version 8.4.0
# PyECLOUD Version 8.4.1
#
#
# Main author: Giovanni IADAROLA
Expand Down
2 changes: 1 addition & 1 deletion gas_ionization_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# This file is part of the code:
#
# PyECLOUD Version 8.4.0
# PyECLOUD Version 8.4.1
#
#
# Main author: Giovanni IADAROLA
Expand Down
2 changes: 1 addition & 1 deletion gen_photoemission_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# This file is part of the code:
#
# PyECLOUD Version 8.4.0
# PyECLOUD Version 8.4.1
#
#
# Main author: Giovanni IADAROLA
Expand Down
2 changes: 1 addition & 1 deletion geom_impact_ellip.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# This file is part of the code:
#
# PyECLOUD Version 8.4.0
# PyECLOUD Version 8.4.1
#
#
# Main author: Giovanni IADAROLA
Expand Down
2 changes: 1 addition & 1 deletion geom_impact_poly.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# This file is part of the code:
#
# PyECLOUD Version 8.4.0
# PyECLOUD Version 8.4.1
#
#
# Main author: Giovanni IADAROLA
Expand Down
2 changes: 1 addition & 1 deletion geom_impact_poly_fast_impact.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# This file is part of the code:
#
# PyECLOUD Version 8.4.0
# PyECLOUD Version 8.4.1
#
#
# Main author: Giovanni IADAROLA
Expand Down
2 changes: 1 addition & 1 deletion geom_impact_rect_fast_impact.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# This file is part of the code:
#
# PyECLOUD Version 8.4.0
# PyECLOUD Version 8.4.1
#
#
# Main author: Giovanni IADAROLA
Expand Down
2 changes: 1 addition & 1 deletion h000_find_and_modify_preamble.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#
# This file is part of the code:
#
# PyECLOUD Version 8.4.0
# PyECLOUD Version 8.4.1
#
#
# Main author: Giovanni IADAROLA
Expand Down
2 changes: 1 addition & 1 deletion impact_management_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# This file is part of the code:
#
# PyECLOUD Version 8.4.0
# PyECLOUD Version 8.4.1
#
#
# Main author: Giovanni IADAROLA
Expand Down
2 changes: 1 addition & 1 deletion init.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# This file is part of the code:
#
# PyECLOUD Version 8.4.0
# PyECLOUD Version 8.4.1
#
#
# Main author: Giovanni IADAROLA
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# This file is part of the code:
#
# PyECLOUD Version 8.4.0
# PyECLOUD Version 8.4.1
#
#
# Main author: Giovanni IADAROLA
Expand Down
2 changes: 1 addition & 1 deletion proc_video3.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# This file is part of the code:
#
# PyECLOUD Version 8.4.0
# PyECLOUD Version 8.4.1
#
#
# Main author: Giovanni IADAROLA
Expand Down
4 changes: 2 additions & 2 deletions pyecloud_saver.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# This file is part of the code:
#
# PyECLOUD Version 8.4.0
# PyECLOUD Version 8.4.1
#
#
# Main author: Giovanni IADAROLA
Expand Down Expand Up @@ -96,7 +96,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 8.4.0\n')
flog.write('PyECLOUD Version 8.4.1\n')
flog.write('%s\n' % git_hash)
flog.write('%s\n' % git_branch)
flog.write('Simulation started on %s\n' % timestr)
Expand Down
2 changes: 1 addition & 1 deletion sec_emission_model_ECLOUD.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# This file is part of the code:
#
# PyECLOUD Version 8.4.0
# PyECLOUD Version 8.4.1
#
#
# Main author: Giovanni IADAROLA
Expand Down
2 changes: 1 addition & 1 deletion sec_emission_model_ECLOUD_nunif.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# This file is part of the code:
#
# PyECLOUD Version 8.4.0
# PyECLOUD Version 8.4.1
#
#
# Main author: Giovanni IADAROLA
Expand Down
2 changes: 1 addition & 1 deletion sec_emission_model_accurate_low_ene.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# This file is part of the code:
#
# PyECLOUD Version 8.4.0
# PyECLOUD Version 8.4.1
#
#
# Main author: Giovanni IADAROLA
Expand Down
2 changes: 1 addition & 1 deletion sec_emission_model_cos_low_ener.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# This file is part of the code:
#
# PyECLOUD Version 8.4.0
# PyECLOUD Version 8.4.1
#
#
# Main author: Giovanni IADAROLA
Expand Down
2 changes: 1 addition & 1 deletion sec_emission_model_flat_low_ener.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# This file is part of the code:
#
# PyECLOUD Version 8.4.0
# PyECLOUD Version 8.4.1
#
#
# Main author: Giovanni IADAROLA
Expand Down
2 changes: 1 addition & 1 deletion sec_emission_model_from_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# This file is part of the code:
#
# PyECLOUD Version 8.4.0
# PyECLOUD Version 8.4.1
#
#
# Main author: Giovanni IADAROLA
Expand Down
2 changes: 1 addition & 1 deletion sec_emission_model_furman_pivi.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# This file is part of the code:
#
# PyECLOUD Version 8.4.0
# PyECLOUD Version 8.4.1
#
#
# Main author: Giovanni IADAROLA
Expand Down
2 changes: 1 addition & 1 deletion sec_emission_model_perfect_absorber.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# This file is part of the code:
#
# PyECLOUD Version 8.4.0
# PyECLOUD Version 8.4.1
#
#
# Main author: Giovanni IADAROLA
Expand Down
2 changes: 1 addition & 1 deletion sincc_cosincc_cubsincc.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# This file is part of the code:
#
# PyECLOUD Version 8.4.0
# PyECLOUD Version 8.4.1
#
#
# Main author: Giovanni IADAROLA
Expand Down
2 changes: 1 addition & 1 deletion space_charge_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# This file is part of the code:
#
# PyECLOUD Version 8.4.0
# PyECLOUD Version 8.4.1
#
#
# Main author: Giovanni IADAROLA
Expand Down
2 changes: 1 addition & 1 deletion space_charge_class_electromagnetic.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# This file is part of the code:
#
# PyECLOUD Version 8.4.0
# PyECLOUD Version 8.4.1
#
#
# Main author: Giovanni IADAROLA
Expand Down

0 comments on commit ac64dfe

Please sign in to comment.