Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLampert committed Jun 18, 2024
1 parent cc4e3e5 commit 859f45c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/visualization.jl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ end
bathy[j] = bathymetry(get_node_vars(q, equations, j), equations)
end
if plot_initial == true
set_node_vars!(q_exact, conversion(get_node_vars(q_exact, equations, j), equations), equations, j)
set_node_vars!(q_exact,
conversion(get_node_vars(q_exact, equations, j), equations),
equations, j)
end
data[:, j] .= conversion(get_node_vars(q, equations, j), equations)
end
Expand Down

0 comments on commit 859f45c

Please sign in to comment.