Skip to content

Commit

Permalink
improve curvilinear_frozen_lines_get_ids
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacarniato committed Feb 20, 2025
1 parent a9aeef5 commit b515c6b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions meshkernel/meshkernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -2393,8 +2393,6 @@ def curvilinear_frozen_lines_get_ids(self) -> np.ndarray:
np.ndarray: A NumPy array of frozen line IDs.
"""

# count the numer of frozen lines

num_forzen_lines = c_int()
self._execute_function(
self.lib.mkernel_curvilinear_frozen_lines_get_count,
Expand Down

0 comments on commit b515c6b

Please sign in to comment.