diff --git a/examples/Fragmentation/Fragmentation_Movie.py b/examples/Fragmentation/Fragmentation_Movie.py index 3a8f32b50..527c02a2d 100755 --- a/examples/Fragmentation/Fragmentation_Movie.py +++ b/examples/Fragmentation/Fragmentation_Movie.py @@ -114,10 +114,10 @@ "merge_spinner" : 5.0e-3, } -nfrag_reduction = {"disruption_headon" : 10.0, - "disruption_off_axis" : 10.0, - "supercatastrophic_headon" : 10.0, - "supercatastrophic_off_axis" : 10.0, +nfrag_reduction = {"disruption_headon" : 1.0, + "disruption_off_axis" : 1.0, + "supercatastrophic_headon" : 1.0, + "supercatastrophic_off_axis" : 1.0, "hitandrun_disrupt" : 1.0, "hitandrun_pure" : 1.0, "merge" : 1.0,