Skip to content

Commit

Permalink
do not pollute analysis.dat
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring committed Sep 5, 2024
1 parent 2f79a03 commit 9d7231d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/callbacks_step/analysis.jl
Original file line number Diff line number Diff line change
Expand Up @@ -221,10 +221,8 @@ function initialize!(cb::DiscreteCallback{Condition, Affect!}, u_ode, du_ode, t,
for quantity in analysis_integrals
@printf(io, " %-14s", pretty_form_ascii(quantity))
end

for quantity in analysis_pointwise
@printf(io, " %-14s", pretty_form_ascii(quantity))
end
# Pointwise quantities are not saved in `analysis_filename`,
# i.e., `analysis.dat` but handle their own output.

println(io)
end
Expand Down

0 comments on commit 9d7231d

Please sign in to comment.