We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5b9645 commit bafd823Copy full SHA for bafd823
wakis/gridFIT3D.py
@@ -291,7 +291,7 @@ def _mpi_initialize(self):
291
self.Nz += self.n_ghosts
292
293
self.z = np.linspace(self.zmin, self.zmax, self.Nz+1)
294
- self.dz = np.diff(self.Z) # only uniform grid possible with MPI
+ self.dz = np.diff(self.z) # only uniform grid possible with MPI
295
296
def mpi_gather_asGrid(self):
297
_grid = None
0 commit comments