Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrKryslUCSD committed May 2, 2024
1 parent d207f88 commit 5c26cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_meshing.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3267,7 +3267,7 @@ function test()
fens, fes = Q4block(Lx, Ly, 3, 2) # Mesh
# show(fes.conn)

fen2fe1 = FENodeToFEMap(connasarray(fes), count(fens))
fen2fe1 = FENodeToFEMap(fes, count(fens))
# display(connasarray(fes))
# display(fen2fe1)
fen2fe2 = FENodeToFEMap(fes.conn, count(fens))
Expand Down

0 comments on commit 5c26cb0

Please sign in to comment.