Skip to content

Commit

Permalink
Fix test on Ferrite 1.0.0 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
termi-official authored Sep 30, 2024
1 parent 5f90c1b commit 7a4d3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_saveall_flag.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
# Convert the mesh to Ferrite Grid
grid_bad = FerriteGmsh.togrid()
if FerriteV1
close(VTKFile("grid_bad", grid_bad))
close(VTKGridFile("grid_bad", grid_bad))
else
vtk_save(vtk_grid("grid_bad", grid_bad))
end
Expand Down

0 comments on commit 7a4d3ac

Please sign in to comment.