Skip to content

Commit

Permalink
apply formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
LasNikas committed May 27, 2024
1 parent e293001 commit e2dcc01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/visualization/recipes_plots.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ end
RecipesBase.@recipe function f(v_ode, u_ode, semi::Semidiscretization;
size=(600, 400)) # Default size
systems_data = map(semi.systems) do system

u = wrap_u(u_ode, system, semi)
coordinates = active_coordinates(u, system)
x = collect(coordinates[1, :])
Expand Down

0 comments on commit e2dcc01

Please sign in to comment.