Change logarithmic energy grid to default.

This commit is contained in:
Paul Romano 2014-07-23 23:59:12 -04:00
parent df5cbb325a
commit aeffdb7ce6

View file

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