Skip to content

Commit

Permalink
minimize diff
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer committed Dec 4, 2023
1 parent 8b21fbe commit 47cb23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xugrid/ugrid/ugrid2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ def meshkernel(self) -> "mk.MeshKernel": # type: ignore # noqa
meshkernel: meshkernel.MeshKernel
"""
import meshkernel as mk

if self._meshkernel is None:
self._meshkernel = mk.MeshKernel()
self._meshkernel.mesh2d_set(self.mesh)
Expand Down

0 comments on commit 47cb23b

Please sign in to comment.