From a8887b0b086057efbbd87c9101acc1842ac04848 Mon Sep 17 00:00:00 2001
From: ralfulrich <ralf.ulrich@kit.edu>
Date: Fri, 23 Oct 2020 07:36:36 +0200
Subject: [PATCH] fixed cnpy file ending in em_shower

---
 Documentation/Examples/em_shower.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/Examples/em_shower.cc b/Documentation/Examples/em_shower.cc
index 7a5d15dbb..e36dae164 100644
--- a/Documentation/Examples/em_shower.cc
+++ b/Documentation/Examples/em_shower.cc
@@ -174,8 +174,8 @@ int main(int argc, char** argv) {
   em_continuous.Reset();
 
   auto const hists = proposalCounted.GetHistogram();
-  hists.saveLab("inthist_lab.txt");
-  hists.saveCMS("inthist_cms.txt");
+  hists.saveLab("inthist_lab.npz");
+  hists.saveCMS("inthist_cms.npz");
 
   longprof.save("longprof.txt");
 
-- 
GitLab