Skip to content

Commit 7aff9a5

Browse files
committed
Minor
1 parent 78fc10f commit 7aff9a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/poisson_amr.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@ for i in 1:nsteps
183183
)
184184

185185
println("Error: $error, Error η: $(sum(η))")
186-
last_error = error
187-
model = fmodel
186+
global last_error = error
187+
global model = fmodel
188188
end
189189

190190
# The final mesh gives the following result:

0 commit comments

Comments
 (0)