Skip to content

Commit 8433042

Browse files
committed
TL: forgot that
1 parent 9dc9f34 commit 8433042

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pySDC/helpers/fieldsIO.py

-2
Original file line numberDiff line numberDiff line change
@@ -438,8 +438,6 @@ def readHeader(self, f):
438438
gridSizes = np.fromfile(f, dtype=np.int32, count=dim)
439439
coords = [np.fromfile(f, dtype=np.float64, count=n) for n in gridSizes]
440440
self.setHeader(nVar, coords)
441-
if self.MPI_ON:
442-
self.MPI_SETUP_FILETYPE()
443441

444442
def reshape(self, fields: np.ndarray):
445443
"""Reshape the fields to a N-d array (inplace operation)"""

0 commit comments

Comments
 (0)