Skip to content

Commit

Permalink
4:32 AM push
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdAlazezAhmed committed Oct 12, 2023
1 parent 3c7f366 commit 6eb4680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_interfacevalues.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
reinit!(iv, ic)
cell_a_coords = getcoordinates(ic.a.cc)
cell_b_coords = getcoordinates(ic.b.cc)

@test interfacedofs(ic) == vcat(celldofs(ic.a), celldofs(ic.b))
nqp = getnquadpoints(iv)
# Should have same quadrature points
@test nqp == getnquadpoints(iv.here) == getnquadpoints(iv.there)
Expand Down

0 comments on commit 6eb4680

Please sign in to comment.