mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Change logarithmic energy grid to default.
This commit is contained in:
parent
df5cbb325a
commit
aeffdb7ce6
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ contains
|
|||
if (check_for_node(doc, "energy_grid")) then
|
||||
call get_node_value(doc, "energy_grid", temp_str)
|
||||
else
|
||||
temp_str = 'union'
|
||||
temp_str = 'logarithm'
|
||||
end if
|
||||
select case (trim(temp_str))
|
||||
case ('nuclide')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue