Skip to content

Commit

Permalink
Minor change to testing of hexbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin-Mattheus-Moerman committed Mar 24, 2024
1 parent 43457ff commit dffbdfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,9 @@ end
end
@testset "2x2x2 hex box" begin
E,V,F,Fb,CFb_type = hexbox([1.0,1.0,1.0],[2,2,2])
@test E[1] == [1, 2, 5, 4, 10, 11, 14, 13]
@test length(E) == 8
@test V[5] == [0.5, 0.5, 0.0]
@test length(V) == 27
@test length(F) == 48
@test length(Fb) == 24
Expand Down

0 comments on commit dffbdfd

Please sign in to comment.