From 48afd86f8dabd7599b679c7896f09a551801c13c Mon Sep 17 00:00:00 2001 From: Will Boyd Date: Fri, 29 May 2015 14:46:00 -0700 Subject: [PATCH] Removed unnecessary to_lower call in tally nuclides parsing --- 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 08718519c6..c1e89ce6ea 100644 --- a/src/input_xml.F90 +++ b/src/input_xml.F90 @@ -2579,7 +2579,7 @@ contains deallocate(pair_list) ! Set bin to index in nuclides array - t % nuclide_bins(j) = nuclide_dict % get_key(to_lower(word)) + t % nuclide_bins(j) = nuclide_dict % get_key(word) end do ! Set number of nuclide bins