Skip to content
Snippets Groups Projects
Commit 8433042e authored by Thibaut Lunet's avatar Thibaut Lunet
Browse files

TL: forgot that

parent 9dc9f344
Branches fieldsIO
No related tags found
No related merge requests found
Pipeline #274063 passed
......@@ -438,8 +438,6 @@ class Rectilinear(Scalar):
gridSizes = np.fromfile(f, dtype=np.int32, count=dim)
coords = [np.fromfile(f, dtype=np.float64, count=n) for n in gridSizes]
self.setHeader(nVar, coords)
if self.MPI_ON:
self.MPI_SETUP_FILETYPE()
def reshape(self, fields: np.ndarray):
"""Reshape the fields to a N-d array (inplace operation)"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment