Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Bassetti_Erskine.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# This file is part of the code
#
#
# PyPIC Version 2.4.4
# PyPIC Version 2.4.5
#
#
# Author and contact: Giovanni IADAROLA
Expand Down
2 changes: 1 addition & 1 deletion FFT_OpenBoundary.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# This file is part of the code:
#
#
# PyPIC Version 2.4.4
# PyPIC Version 2.4.5
#
#
# Author and contact: Giovanni IADAROLA
Expand Down
2 changes: 1 addition & 1 deletion FFT_OpenBoundary_SquareGrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# This file is part of the code:
#
#
# PyPIC Version 2.4.4
# PyPIC Version 2.4.5
#
#
# Author and contact: Giovanni IADAROLA
Expand Down
2 changes: 1 addition & 1 deletion FFT_PEC_Boundary_SquareGrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# This file is part of the code:
#
#
# PyPIC Version 2.4.4
# PyPIC Version 2.4.5
#
#
# Author and contact: Giovanni IADAROLA
Expand Down
2 changes: 1 addition & 1 deletion FiniteDifferences_ShortleyWeller_SquareGrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# This file is part of the code:
#
#
# PyPIC Version 2.4.4
# PyPIC Version 2.4.5
#
#
# Author and contact: Giovanni IADAROLA
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# This file is part of the code:
#
#
# PyPIC Version 2.4.4
# PyPIC Version 2.4.5
#
#
# Author and contact: Giovanni IADAROLA
Expand Down
2 changes: 1 addition & 1 deletion FiniteDifferences_Staircase_SquareGrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# This file is part of the code:
#
#
# PyPIC Version 2.4.4
# PyPIC Version 2.4.5
#
#
# Author and contact: Giovanni IADAROLA
Expand Down
4 changes: 2 additions & 2 deletions PyPIC_Scatter_Gather.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# This file is part of the code:
#
#
# PyPIC Version 2.4.4
# PyPIC Version 2.4.5
#
#
# Author and contact: Giovanni IADAROLA
Expand Down Expand Up @@ -66,7 +66,7 @@ class PyPIC_Scatter_Gather(object):
def __init__(self, x_aper=None, y_aper=None, dx=None, dy=None, xg=None, yg=None,
x_min=None, x_max=None, y_min=None, y_max=None, *args, **kwargs):

print('PyPIC Version 2.4.4')
print('PyPIC Version 2.4.5')

if xg is not None and yg is not None:
assert(x_aper is None and y_aper is None and dx is None and dy is None)
Expand Down
2 changes: 1 addition & 1 deletion 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('PyPIC Version 2.4.4', 'PyPIC Version 2.4.4')
content=content.replace('PyPIC Version 2.4.5', 'PyPIC Version 2.4.5')
with open(filename,'w') as fid:
fid.write(content)

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:
#
# PyPIC Version 2.4.4
# PyPIC Version 2.4.5
#
#
# Author and contact: Giovanni IADAROLA
Expand Down
124 changes: 0 additions & 124 deletions temp_test_states/000_test_states_FDSW.py

This file was deleted.

121 changes: 0 additions & 121 deletions temp_test_states/001_test_states_FDSC.py

This file was deleted.

Loading