mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
changed default plot background color back to white
This commit is contained in:
parent
79b0aae5ff
commit
6b638f2d7b
1 changed files with 1 additions and 1 deletions
|
|
@ -1142,7 +1142,7 @@ contains
|
|||
if (size(plot_(i) % background) == 3) then
|
||||
pl % not_found % rgb = plot_(i) % background
|
||||
else if (size(plot_(i) % background) == 0) then
|
||||
pl % not_found % rgb = (/ 0, 0, 0 /)
|
||||
pl % not_found % rgb = (/ 255, 255, 255 /)
|
||||
else
|
||||
message = "Bad background RGB " &
|
||||
// "in plot " // trim(to_str(pl % id))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue