Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Fechner committed Mar 28, 2024
1 parent 7b2497e commit 85aa839
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mwes/mwe_04.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ function show_stats(stats::Stats)
line = print("energy: ", @sprintf("%5.0f Wh", stats.e_mech); line = 1)
line = print("max force: ", @sprintf("%5.0f N", stats.max_force); line)
line = print("min height:", @sprintf("%5.0f m", stats.min_height); line)
# @sprintf("%5.0f N", stats.max_force)
# @sprintf("%5.0f m", stats.min_height)

display(GLMakie.Screen(), fig)
nothing
Expand Down

0 comments on commit 85aa839

Please sign in to comment.