no id in constructor

This commit is contained in:
Jukka Aho
2017-01-05 09:32:43 +02:00
parent 3ba1046e0b
commit cde0f15dcd
+1 -1
View File
@@ -5,7 +5,7 @@ using JuliaFEM
using JuliaFEM.Testing
@testset "dict field" begin
el = Element(Seg2, 1, [1, 2])
el = Element(Seg2, [1, 2])
X = Dict{Int64, Vector{Float64}}(1 => [0.0, 0.0], 2 => [1.0, 0.0], 3 => [0.5, 0.5])
f = Field(X)
debug("field = $f")