Skip to content

Commit 234ece3

Browse files
Merge pull request #1949 from CliMA/ck/cctr_methods
Remove duplicate method definition in ClimaCoreTempestRemap
2 parents f4c3f12 + d5ddd94 commit 234ece3

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)