Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
 into IO
  • Loading branch information
daminton committed Sep 10, 2021
2 parents 0c83693 + 1bc1dad commit 5220791
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/symba_energy_momentum/collision_movie.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,10 @@ def data_stream(self, frame=0):
animfile = 'movies/merger.mp4'
titletext = "Merger"
paramfile = 'param.merger.in'
elif case == 'hit_and_run':
animfile = 'movies/hitandrun.mp4'
titletext = "Hit and run with fragmentation"
paramfile = 'param.hitandrun.in'
else:
print(f'{case} is an unknown case')
exit(-1)
Expand Down

0 comments on commit 5220791

Please sign in to comment.