From b387070c8f59e7c800832eea2caac0d3c3362a14 Mon Sep 17 00:00:00 2001 From: ovainola Date: Thu, 25 Jun 2015 21:48:11 +0300 Subject: [PATCH] more fixes --- src/abaqus_reader.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()