Skip to content

Commit bafd823

Browse files
authored
Reverse changes
1 parent c5b9645 commit bafd823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wakis/gridFIT3D.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ def _mpi_initialize(self):
291291
self.Nz += self.n_ghosts
292292

293293
self.z = np.linspace(self.zmin, self.zmax, self.Nz+1)
294-
self.dz = np.diff(self.Z) # only uniform grid possible with MPI
294+
self.dz = np.diff(self.z) # only uniform grid possible with MPI
295295

296296
def mpi_gather_asGrid(self):
297297
_grid = None

0 commit comments

Comments
 (0)