From 782b7b749af7ba03208244f102f6ebfc29159fbd Mon Sep 17 00:00:00 2001
From: Johannes Schumann <johannes.schumann@fau.de>
Date: Thu, 25 Nov 2021 12:20:22 +0100
Subject: [PATCH] Reenable interpolation

---
 km3buu/propagation.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/km3buu/propagation.py b/km3buu/propagation.py
index 4c3bbe0..61b59a9 100644
--- a/km3buu/propagation.py
+++ b/km3buu/propagation.py
@@ -47,7 +47,7 @@ def _setup_propagator(max_distance, particle_definition):
     crosssection = pp.crosssection.make_std_crosssection(
         particle_def=particle_definition,
         target=PROPOSAL_TARGET,
-        interpolate=False,
+        interpolate=True,
         cuts=pp.EnergyCutSettings(np.inf, 0.05, False))
     collection = pp.PropagationUtilityCollection()
     collection.displacement = pp.make_displacement(crosssection, True)
-- 
GitLab