mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Removed unnecessary to_lower call in tally nuclides parsing
This commit is contained in:
parent
c83629a372
commit
48afd86f8d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue