Skip to content

Commit d49a1fe

Browse files
committed
Change Version number to 2.6.7
1 parent e1c7856 commit d49a1fe

10 files changed

+11
-11
lines changed

Bassetti_Erskine.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-
# PyPIC Version 2.2.6
11+
# PyPIC Version 2.2.7
1212
#
1313
#
1414
# Author and contact: Giovanni IADAROLA

FFT_OpenBoundary.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-
# PyPIC Version 2.2.6
11+
# PyPIC Version 2.2.7
1212
#
1313
#
1414
# Author and contact: Giovanni IADAROLA

FFT_OpenBoundary_SquareGrid.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-
# PyPIC Version 2.2.6
11+
# PyPIC Version 2.2.7
1212
#
1313
#
1414
# Author and contact: Giovanni IADAROLA

FFT_PEC_Boundary_SquareGrid.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-
# PyPIC Version 2.2.6
11+
# PyPIC Version 2.2.7
1212
#
1313
#
1414
# Author and contact: Giovanni IADAROLA

FiniteDifferences_ShortleyWeller_SquareGrid.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-
# PyPIC Version 2.2.6
11+
# PyPIC Version 2.2.7
1212
#
1313
#
1414
# Author and contact: Giovanni IADAROLA

FiniteDifferences_ShortleyWeller_SquareGrid_extrapolation.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-
# PyPIC Version 2.2.6
11+
# PyPIC Version 2.2.7
1212
#
1313
#
1414
# Author and contact: Giovanni IADAROLA

FiniteDifferences_Staircase_SquareGrid.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-
# PyPIC Version 2.2.6
11+
# PyPIC Version 2.2.7
1212
#
1313
#
1414
# Author and contact: Giovanni IADAROLA

PyPIC_Scatter_Gather.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# This file is part of the code:
99
#
1010
#
11-
# PyPIC Version 2.2.6
11+
# PyPIC Version 2.2.7
1212
#
1313
#
1414
# Author and contact: Giovanni IADAROLA
@@ -66,7 +66,7 @@ class PyPIC_Scatter_Gather(object):
6666
def __init__(self, x_aper=None, y_aper=None, dx=None, dy=None, xg=None, yg=None,
6767
x_min=None, x_max=None, y_min=None, y_max=None, *args, **kwargs):
6868

69-
print 'PyPIC Version 2.2.6'
69+
print 'PyPIC Version 2.2.7'
7070

7171
if xg is not None and yg is not None:
7272
assert(x_aper is None and y_aper is None and dx is None and dy is None)

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 '[email protected]' in content:
12-
content=content.replace('PyPIC Version 2.2.6', 'PyPIC Version 2.2.6')
12+
content=content.replace('PyPIC Version 2.2.7', 'PyPIC Version 2.2.7')
1313
with open(filename,'w') as fid:
1414
fid.write(content)
1515

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-
# PyPIC Version 2.2.6
10+
# PyPIC Version 2.2.7
1111
#
1212
#
1313
# Author and contact: Giovanni IADAROLA

0 commit comments

Comments
 (0)