mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
for plots, <color> is now cell by default (according to users guide)
This commit is contained in:
parent
33dbb27e66
commit
455a794b43
1 changed files with 1 additions and 1 deletions
|
|
@ -2621,7 +2621,7 @@ contains
|
|||
end if
|
||||
|
||||
! Copy plot color type and initialize all colors randomly
|
||||
temp_str = ''
|
||||
temp_str = "cell"
|
||||
if (check_for_node(node_plot, "color")) &
|
||||
call get_node_value(node_plot, "color", temp_str)
|
||||
call lower_case(temp_str)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue