From 789a67917bd55d22e6a654fe1e354f287c35774d Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Tue, 28 Feb 2012 18:40:41 -0500 Subject: [PATCH] Changed default plot background to white. --- src/plot.F90 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/plot.F90 b/src/plot.F90 index 97f7c4a200..cd2aec0caa 100644 --- a/src/plot.F90 +++ b/src/plot.F90 @@ -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