Skip to content

Commit 243e057

Browse files
committed
Change version number to 4.31
1 parent 948d61a commit 243e057

30 files changed

+33
-33
lines changed

PyEC4PyHT.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
# This file is part of the code:
1010
#
11-
# PyECLOUD Version 4.30
11+
# PyECLOUD Version 4.31
1212
#
1313
#
1414
# Author and contact: Giovanni IADAROLA
@@ -85,7 +85,7 @@ class Ecloud(object):
8585
def __init__(self, L_ecloud, slicer, Dt_ref, pyecl_input_folder='./', flag_clean_slices = False, **kwargs):
8686

8787

88-
print 'PyECLOUD Version 4.30'
88+
print 'PyECLOUD Version 4.31'
8989
print 'PyHEADTAIL module'
9090
print 'Initializing ecloud from folder: '+pyecl_input_folder
9191
self.slicer = slicer

beam_and_timing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# This file is part of the code:
99
#
10-
# PyECLOUD Version 4.30
10+
# PyECLOUD Version 4.31
1111
#
1212
#
1313
# Author and contact: Giovanni IADAROLA

buildup_simulation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#
1010
# This file is part of the code:
1111
#
12-
# PyECLOUD Version 4.30
12+
# PyECLOUD Version 4.31
1313
#
1414
#
1515
# Author and contact: Giovanni IADAROLA
@@ -59,7 +59,7 @@
5959
class BuildupSimulation(object):
6060
def __init__(self, pyecl_input_folder='./'):
6161

62-
print 'PyECLOUD Version 4.30'
62+
print 'PyECLOUD Version 4.31'
6363
beamtim,MP_e, dynamics,impact_man, pyeclsaver, \
6464
gas_ion_flag, resgasion, t_ion, \
6565
spacech_ele,t_sc_ON, photoem_flag, phemiss,\

change_version_number.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
with open(filename) as fid:
1010
content=fid.read()
1111
if 'giovanni.iadarola@cern.ch' in content:
12-
content=content.replace('PyECLOUD Version 4.30', 'PyECLOUD Version 4.30')
12+
content=content.replace('PyECLOUD Version 4.31', 'PyECLOUD Version 4.31')
1313
with open(filename,'w') as fid:
1414
fid.write(content)
1515

dynamics_Boris_f2py.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# This file is part of the code:
99
#
10-
# PyECLOUD Version 4.30
10+
# PyECLOUD Version 4.31
1111
#
1212
#
1313
# Author and contact: Giovanni IADAROLA

dynamics_Boris_multipole.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# This file is part of the code:
99
#
10-
# PyECLOUD Version 4.30
10+
# PyECLOUD Version 4.31
1111
#
1212
#
1313
# Author and contact: Giovanni IADAROLA

dynamics_dipole.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# This file is part of the code:
99
#
10-
# PyECLOUD Version 4.30
10+
# PyECLOUD Version 4.31
1111
#
1212
#
1313
# Author and contact: Giovanni IADAROLA

dynamics_strong_B_generalized.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# This file is part of the code:
99
#
10-
# PyECLOUD Version 4.30
10+
# PyECLOUD Version 4.31
1111
#
1212
#
1313
# Author and contact: Giovanni IADAROLA

gas_ionization_class.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# This file is part of the code:
99
#
10-
# PyECLOUD Version 4.30
10+
# PyECLOUD Version 4.31
1111
#
1212
#
1313
# Author and contact: Giovanni IADAROLA

gen_photoemission_class.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# This file is part of the code:
99
#
10-
# PyECLOUD Version 4.30
10+
# PyECLOUD Version 4.31
1111
#
1212
#
1313
# Author and contact: Giovanni IADAROLA

geom_impact_ellip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# This file is part of the code:
99
#
10-
# PyECLOUD Version 4.30
10+
# PyECLOUD Version 4.31
1111
#
1212
#
1313
# Author and contact: Giovanni IADAROLA

geom_impact_poly.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# This file is part of the code:
99
#
10-
# PyECLOUD Version 4.30
10+
# PyECLOUD Version 4.31
1111
#
1212
#
1313
# Author and contact: Giovanni IADAROLA

geom_impact_poly_fast_impact.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# This file is part of the code:
99
#
10-
# PyECLOUD Version 4.30
10+
# PyECLOUD Version 4.31
1111
#
1212
#
1313
# Author and contact: Giovanni IADAROLA

geom_impact_rect_fast_impact.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# This file is part of the code:
99
#
10-
# PyECLOUD Version 4.30
10+
# PyECLOUD Version 4.31
1111
#
1212
#
1313
# Author and contact: Giovanni IADAROLA

impact_management_class.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# This file is part of the code:
99
#
10-
# PyECLOUD Version 4.30
10+
# PyECLOUD Version 4.31
1111
#
1212
#
1313
# Author and contact: Giovanni IADAROLA

init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# This file is part of the code:
99
#
10-
# PyECLOUD Version 4.30
10+
# PyECLOUD Version 4.31
1111
#
1212
#
1313
# Author and contact: Giovanni IADAROLA

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#
1010
# This file is part of the code:
1111
#
12-
# PyECLOUD Version 4.30
12+
# PyECLOUD Version 4.31
1313
#
1414
#
1515
# Author and contact: Giovanni IADAROLA

proc_video3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# This file is part of the code:
99
#
10-
# PyECLOUD Version 4.30
10+
# PyECLOUD Version 4.31
1111
#
1212
#
1313
# Author and contact: Giovanni IADAROLA

pyecloud_saver.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
# This file is part of the code:
1010
#
11-
# PyECLOUD Version 4.30
11+
# PyECLOUD Version 4.31
1212
#
1313
#
1414
# Author and contact: Giovanni IADAROLA
@@ -68,7 +68,7 @@ def __init__(self, logfile_path):
6868
self.logfile_path = logfile_path
6969
print 'Starting pyecloud_saver init.'
7070
flog=open(self.logfile_path,'w')
71-
flog.write('PyECLOUD Version 4.30\n')
71+
flog.write('PyECLOUD Version 4.31\n')
7272
timestr = time.strftime("%d %b %Y %H:%M:%S", time.localtime())
7373
flog.write('Simulation started on %s\n'%timestr)
7474
flog.close()

sec_emission.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# This file is part of the code:
99
#
10-
# PyECLOUD Version 4.30
10+
# PyECLOUD Version 4.31
1111
#
1212
#
1313
# Author and contact: Giovanni IADAROLA

sec_emission_model_ECLOUD.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# This file is part of the code:
99
#
10-
# PyECLOUD Version 4.30
10+
# PyECLOUD Version 4.31
1111
#
1212
#
1313
# Author and contact: Giovanni IADAROLA

sec_emission_model_ECLOUD_nunif.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# This file is part of the code:
99
#
10-
# PyECLOUD Version 4.30
10+
# PyECLOUD Version 4.31
1111
#
1212
#
1313
# Author and contact: Giovanni IADAROLA

sec_emission_model_accurate_low_ene.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# This file is part of the code:
99
#
10-
# PyECLOUD Version 4.30
10+
# PyECLOUD Version 4.31
1111
#
1212
#
1313
# Author and contact: Giovanni IADAROLA

sec_emission_model_cos_low_ener.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# This file is part of the code:
99
#
10-
# PyECLOUD Version 4.30
10+
# PyECLOUD Version 4.31
1111
#
1212
#
1313
# Author and contact: Giovanni IADAROLA

sec_emission_model_flat_low_ener.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# This file is part of the code:
99
#
10-
# PyECLOUD Version 4.30
10+
# PyECLOUD Version 4.31
1111
#
1212
#
1313
# Author and contact: Giovanni IADAROLA

sincc_cosincc_cubsincc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# This file is part of the code:
99
#
10-
# PyECLOUD Version 4.30
10+
# PyECLOUD Version 4.31
1111
#
1212
#
1313
# Author and contact: Giovanni IADAROLA

space_charge_class.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# This file is part of the code:
99
#
1010
#
11-
# PyECLOUD Version 4.30
11+
# PyECLOUD Version 4.31
1212
#
1313
#
1414
# Author and contact: Giovanni IADAROLA

space_charge_class_SW_old.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# This file is part of the code:
99
#
1010
#
11-
# PyECLOUD Version 4.30
11+
# PyECLOUD Version 4.31
1212
#
1313
#
1414
# Author and contact: Giovanni IADAROLA

test_StrongB_generalized.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# This file is part of the code:
99
#
10-
# PyECLOUD Version 4.30
10+
# PyECLOUD Version 4.31
1111
#
1212
#
1313
# Author and contact: Giovanni IADAROLA

test_StrongB_generalized_2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# This file is part of the code:
99
#
10-
# PyECLOUD Version 4.30
10+
# PyECLOUD Version 4.31
1111
#
1212
#
1313
# Author and contact: Giovanni IADAROLA

0 commit comments

Comments
 (0)