diff --git a/src/abaqus_reader.jl b/src/abaqus_reader.jl index 6d89aa3..ce292d9 100644 --- a/src/abaqus_reader.jl +++ b/src/abaqus_reader.jl @@ -8,7 +8,7 @@ using Logging VERSION < v"0.4-" && using Docile -eldims = Dict("C3D10" => 10) +eldims = Dict({"C3D10" => 10}) global handlers = Dict()