Skip to content

Commit

Permalink
Update time_series_dg.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring authored May 3, 2024
1 parent 37bbe15 commit bb8747f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/callbacks_step/time_series_dg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function save_time_series_file(time_series_callback,
equations, dg::DG)
@unpack (interval, solution_variables, variable_names,
output_directory, filename, point_coordinates,
point_data, time, step, time_series_cache) = time_series_callback
point_data, time, step) = time_series_callback
n_points = length(point_data)

h5open(joinpath(output_directory, filename), "w") do file
Expand Down

0 comments on commit bb8747f

Please sign in to comment.