Skip to content

Commit

Permalink
update gif export
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Sep 28, 2024
1 parent 2763784 commit 66683f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Tether_07.jl
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ function play(se, sol, pos)
wait_until(start + 0.5 * time * 1e9)
end
if se.save
include("export_gif.jl")
println("Run the script ./bin/export_gif to create the gif file!")
end
nothing
end
Expand Down
2 changes: 1 addition & 1 deletion src/Tether_08.jl
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ function play(se, sol, pos)
wait_until(start + 0.5 * time * 1e9)
end
if se.save
include("export_gif.jl")
println("Run the script ./bin/export_gif to create the gif file!")
end
nothing
end
Expand Down

0 comments on commit 66683f5

Please sign in to comment.