Skip to content

Commit 9c7c686

Browse files
committed
Add parent type for UnstructuredMap
1 parent d4ded78 commit 9c7c686

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ext/ComradeBaseAdaptExt.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,8 @@ function Adapt.parent_type(::Type{<:IntensityMap{T, N, D, G, A}}) where {T, N, D
3636
return A
3737
end
3838

39+
function Adapt.parent_type(::Type{<:UnstructuredMap{T, D, G, A}}) where {T, D, G, A}
40+
return A
41+
end
42+
3943
end

0 commit comments

Comments
 (0)