From 9b867f98635f853c4e5515eea4fa32be8b91d990 Mon Sep 17 00:00:00 2001 From: Brody Bassett Date: Fri, 15 Dec 2017 04:17:40 -0500 Subject: [PATCH] Removed whitespace. --- src/input_xml.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input_xml.F90 b/src/input_xml.F90 index 72aaa6b7b..b7c27e308 100644 --- a/src/input_xml.F90 +++ b/src/input_xml.F90 @@ -4224,7 +4224,7 @@ contains ! Get the minimum and maximum energies energy_min_neutron = energy_bins(num_energy_groups + 1) energy_max_neutron = energy_bins(1) - + ! Get the datasets present in the library call get_groups(file_id, names) n_libraries = size(names)