Skip to content

Commit b820d67

Browse files
authored
Update Visualization.jl
1 parent f801cb2 commit b820d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Visualization.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function Visualization.visualization_data(
6262

6363
vd = map_parts(
6464
parts,trians,cdat,fdat) do part,trian,celldata,cellfields
65-
_celldata = Dict(celldata)
65+
_celldata = Dict{Any,Any}(celldata)
6666
# we do not use "part" since it is likely to be used by the user
6767
if haskey(_celldata,"piece")
6868
@unreachable "piece is a reserved cell data name"

0 commit comments

Comments
 (0)