Skip to content

Commit

Permalink
add save(fig) again to SH2D
Browse files Browse the repository at this point in the history
  • Loading branch information
aelligp committed Jan 10, 2024
1 parent 05a4c91 commit b8d6be6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ function main2D(igg; ar=8, ny=16, nx=ny*8, figdir="figs2D", save_vtk =false)
Colorbar(fig[1,4], h3)
Colorbar(fig[2,4], h4)
linkaxes!(ax1, ax2, ax3, ax4)
# save(joinpath(figdir, "$(it).png"), fig)
save(joinpath(figdir, "$(it).png"), fig)
fig
end
# ------------------------------
Expand Down

0 comments on commit b8d6be6

Please sign in to comment.