mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Removed trailing whitespace in input_xml.F90
This commit is contained in:
parent
3bbefb7169
commit
4b70c4abc1
1 changed files with 1 additions and 1 deletions
|
|
@ -2047,7 +2047,7 @@ contains
|
|||
end if
|
||||
|
||||
! Set ace or iso-in-lab scattering for each nuclide in element
|
||||
do k = 1, n_nuc_ele
|
||||
do k = 1, n_nuc_ele
|
||||
if (trim(adjustl(to_lower(temp_str))) == "iso-in-lab") then
|
||||
call list_iso_lab % append(1)
|
||||
else if (trim(adjustl(to_lower(temp_str))) == "ace") then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue