Skip to content

Commit

Permalink
small fix for last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
chmerdon committed Dec 19, 2023
1 parent 0c05fe4 commit b25d48f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Example200_LowLevelPoisson.jl
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ function assemble!(A::ExtendableSparseMatrix, b::Vector, FES, f, μ = 1)
end

function generateplots(dir = pwd(); Plotter = nothing, kwargs...)
~, plt, ~ = main(; Plotter = Plotter, kwargs...)
~, plt = main(; Plotter = Plotter, kwargs...)
scene = GridVisualize.reveal(plt)
GridVisualize.save(joinpath(dir, "example200.svg"), scene; Plotter = Plotter)
end
Expand Down

0 comments on commit b25d48f

Please sign in to comment.