diff --git a/hydrolib/core/dflowfm/net/models.py b/hydrolib/core/dflowfm/net/models.py index 7a622ee59..534fe8d96 100644 --- a/hydrolib/core/dflowfm/net/models.py +++ b/hydrolib/core/dflowfm/net/models.py @@ -181,7 +181,7 @@ def create_rectilinear(self, extent: tuple, dx: float, dy: float) -> None: mesh2d_input = mk.MeshKernel() mesh2d_input.curvilinear_compute_rectangular_grid(params) mesh2d_input.curvilinear_convert_to_mesh2d() #convert to ugrid/mesh2d - mesh2d_input = mesh2d_input.mesh2d_get() + mesh2d_input = mesh2d_input.mesh2d_get() #get Mesh2d object # Process self._process(mesh2d_input)