mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Changed default plot background to white.
This commit is contained in:
parent
c3a4cf23a9
commit
789a67917b
1 changed files with 3 additions and 3 deletions
|
|
@ -106,9 +106,9 @@ contains
|
|||
call find_cell(found_cell)
|
||||
|
||||
if (.not. found_cell) then
|
||||
r = 0
|
||||
g = 0
|
||||
b = 0
|
||||
r = 255
|
||||
g = 255
|
||||
b = 255
|
||||
else
|
||||
c => cells(p % coord % cell)
|
||||
if (pl % color == PLOT_COLOR_MATS) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue