mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Removed debugging message in input_xml.F90 for tally nuclides refactor
This commit is contained in:
parent
0da18c81ad
commit
91dc249a99
1 changed files with 0 additions and 1 deletions
|
|
@ -2560,7 +2560,6 @@ contains
|
|||
! Search through nuclides
|
||||
pair_list => nuclide_dict % keys()
|
||||
do while (associated(pair_list))
|
||||
call write_message(pair_list % key)
|
||||
if (starts_with(pair_list % key, word)) then
|
||||
word = pair_list % key(1:150)
|
||||
exit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue