From 22819f1e2902051426e06d29ab6fb5d8fffa0164 Mon Sep 17 00:00:00 2001
From: Johannes Schumann <johannes.schumann@fau.de>
Date: Sun, 5 Jul 2020 18:19:23 +0200
Subject: [PATCH] Set boolean flag to correct value

---
 jobcards/examples/example.job | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/jobcards/examples/example.job b/jobcards/examples/example.job
index f793595..9a36c16 100644
--- a/jobcards/examples/example.job
+++ b/jobcards/examples/example.job
@@ -3,7 +3,7 @@
 	flavor_ID = 2 		! 1:electron, 2:muon, 3:tau
 	nuXsectionMode = 6 	! 6: dSigmaMC
 	includeDIS = .true. 	! enables DIS events
-	printAbsorptionXS = T
+	printAbsorptionXS = .true.
 /
 
 &target
@@ -44,7 +44,7 @@
 
 
 &neutrinoAnalysis
-	outputEvents = .true	! output list of events and
+	outputEvents = .true.	! output list of events and
 				! all outgoing particles in
 				! each event to the file 
 				! FinalEvents.dat
-- 
GitLab