mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-08-29 23:52:49 +00:00
Fix test
Now both JuliaFEM and JuliaFEM.Preprocess export add_elements! and it must be spesifically pointed out which one is used in test.
This commit is contained in:
@@ -28,7 +28,7 @@ end
|
||||
@test mesh.nodes == dic
|
||||
|
||||
vec = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
|
||||
add_elements!(mesh,Dict(1=>(:Tet10,vec),
|
||||
JuliaFEM.Preprocess.add_elements!(mesh,Dict(1=>(:Tet10,vec),
|
||||
11=>(:Tet10,vec)))
|
||||
@test mesh.elements[1] == vec
|
||||
@test mesh.elements[11] == vec
|
||||
|
||||
Reference in New Issue
Block a user