Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
VeckoTheGecko committed Jan 16, 2025
1 parent 365046f commit 34f5850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parcels/_interpolation.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class InterpolationContext3D:
zi: int
yi: int
xi: int
gridindexingtype: GridIndexingType #! Needed in 2d as well??
gridindexingtype: GridIndexingType # included in 3D as z-face is indexed differently with MOM5 and POP


_interpolator_registry_2d: dict[str, Callable[[InterpolationContext2D], float]] = {}
Expand Down

0 comments on commit 34f5850

Please sign in to comment.