Skip to content

Commit

Permalink
Bring back comment symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring authored Dec 5, 2024
1 parent b05556a commit 0b88b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/callbacks_step/analysis.jl
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ function initialize!(cb::DiscreteCallback{Condition, Affect!}, u_ode, du_ode, t,

# write header of output file
open(joinpath(output_directory, analysis_filename), "w") do io
print(io, "timestep ")
print(io, "#timestep ")
print(io, "time ")
print(io, "dt ")
if :l2_error in analysis_errors
Expand Down

0 comments on commit 0b88b1f

Please sign in to comment.