Skip to content

Commit

Permalink
bug in function
Browse files Browse the repository at this point in the history
  • Loading branch information
ahojukka5 committed Jul 20, 2017
1 parent 071c228 commit 7cffff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/preprocess.jl
Expand Up @@ -251,7 +251,7 @@ function create_surface_elements(mesh::Mesh, surface_name::Symbol)
elty = mesh.element_types[elid]
elco = mesh.elements[elid]
chel, chcon = AbaqusReader.create_surface_element(elty, elsi, elco)
ch = Element(getfield(JuliaFEM, child_element_type), chcon)
ch = Element(getfield(JuliaFEM, chel), chcon)
push!(elements, ch)
end
update!(elements, "geometry", mesh.nodes)
Expand Down

0 comments on commit 7cffff4

Please sign in to comment.