Removed unnecessary to_lower call in tally nuclides parsing

This commit is contained in:
Will Boyd 2015-05-29 14:46:00 -07:00
parent c83629a372
commit 48afd86f8d

View file

@ -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