From 9b4bdec17d8719645debff41c838f3656efd577f Mon Sep 17 00:00:00 2001 From: Adam Nelson Date: Wed, 7 Oct 2015 20:09:02 -0400 Subject: [PATCH] Source formatting issue --- src/input_xml.F90 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/input_xml.F90 b/src/input_xml.F90 index 14c2ea5c98..6d15f0d204 100644 --- a/src/input_xml.F90 +++ b/src/input_xml.F90 @@ -2435,8 +2435,8 @@ contains ! Determine number of bins if (check_for_node(node_filt, "bins")) then if (temp_str == 'energy' .or. temp_str == 'energyout' .or. & - temp_str == 'mu' .or. temp_str == 'polar' .or. & - temp_str == 'azimuthal') then + temp_str == 'mu' .or. temp_str == 'polar' .or. & + temp_str == 'azimuthal') then n_words = get_arraysize_double(node_filt, "bins") else n_words = get_arraysize_integer(node_filt, "bins")