Skip to content

Commit d5ddd94

Browse files
Remove duplicate method definition in ClimaCoreTempestRemap
1 parent f4c3f12 commit d5ddd94

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/ClimaCoreTempestRemap/src/netcdf.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
import CommonDataModel
22
import ClimaCore: slab, column
3-
# Keep in sync with definition(s) in ClimaCore.DataLayouts.
4-
@inline slab_index(i, j) = CartesianIndex(i, j, 1, 1, 1)
5-
@inline slab_index(i) = CartesianIndex(i, 1, 1, 1, 1)
63

74

85
"""

0 commit comments

Comments
 (0)