From f371bc507b9220da102c323d75a775d7ab750473 Mon Sep 17 00:00:00 2001
From: Johannes Schumann <johannes.schumann@fau.de>
Date: Wed, 16 Jun 2021 11:45:07 +0200
Subject: [PATCH] Typo

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

diff --git a/km3buu/output.py b/km3buu/output.py
index 4ae54f7..87fe0c6 100644
--- a/km3buu/output.py
+++ b/km3buu/output.py
@@ -260,7 +260,7 @@ class GiBUUOutput:
     def mean_xsec(self):
         if self.flux_data is None:
             return lambda energy: self.xsection["sum"]
-        else
+        else:
             root_tupledata = self.arrays
             energies = np.array(root_tupledata.lepIn_E)
             weights = self._event_xsec(root_tupledata)
-- 
GitLab