Skip to content

Commit

Permalink
Fix bounds check routine
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibolm committed Sep 27, 2023
1 parent ef4c2f2 commit 6c095a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/callbacks_stage/bounds_check_2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@
open("$output_directory/deviations.txt", "a") do f
print(f, ", ", deviation_min_)
end
counter += 1
end
counter += 1
end
for variable in limiter.positivity_variables_nonlinear
deviation_min = zero(eltype(u))
Expand Down

0 comments on commit 6c095a8

Please sign in to comment.