Skip to content

Commit

Permalink
Fix translate_element QuadraticTetrahedron (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianpech authored Jul 2, 2024
1 parent e014d03 commit f114b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FerriteGmsh.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ end
function translate_elements(original_elements::Vector{Ferrite.QuadraticTetrahedron})
ferrite_elements = Ferrite.QuadraticTetrahedron[]
for original_ele in original_elements
push!(ferrite_elements,QuadraticTetrahedron((original_ele.nodes[1],
push!(ferrite_elements,Ferrite.QuadraticTetrahedron((original_ele.nodes[1],
original_ele.nodes[2],
original_ele.nodes[3],
original_ele.nodes[4],
Expand Down

0 comments on commit f114b9b

Please sign in to comment.