From 1bc1dadcabd72d5ece8d4854e178f32016f10cd4 Mon Sep 17 00:00:00 2001 From: David Minton Date: Fri, 10 Sep 2021 10:34:08 -0400 Subject: [PATCH] Added hit and run to collision movie maker --- examples/symba_energy_momentum/collision_movie.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/symba_energy_momentum/collision_movie.py b/examples/symba_energy_momentum/collision_movie.py index e40048c91..4f472d9ff 100755 --- a/examples/symba_energy_momentum/collision_movie.py +++ b/examples/symba_energy_momentum/collision_movie.py @@ -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)