Changed default plot background to white.

This commit is contained in:
Paul Romano 2012-02-28 18:40:41 -05:00
parent c3a4cf23a9
commit 789a67917b

View file

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