Skip to content

Commit f58b8fa

Browse files
fix: handle Union types in BufferTemplate
1 parent 6db6494 commit f58b8fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/index_cache.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
struct BufferTemplate
2-
type::Union{DataType, UnionAll}
2+
type::Union{DataType, UnionAll, Union}
33
length::Int
44
end
55

0 commit comments

Comments
 (0)