[cig-commits] r19166 - seismo/2D/SPECFEM2D/trunk/src/specfem2D

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Wed Nov 9 08:56:40 PST 2011


Author: dkomati1
Date: 2011-11-09 08:56:39 -0800 (Wed, 09 Nov 2011)
New Revision: 19166

Modified:
   seismo/2D/SPECFEM2D/trunk/src/specfem2D/create_color_image.f90
Log:
changed light blue to white in GIF images for the undefined region above topography, to avoid visual confusion with a water layer


Modified: seismo/2D/SPECFEM2D/trunk/src/specfem2D/create_color_image.f90
===================================================================
--- seismo/2D/SPECFEM2D/trunk/src/specfem2D/create_color_image.f90	2011-11-09 15:45:43 UTC (rev 19165)
+++ seismo/2D/SPECFEM2D/trunk/src/specfem2D/create_color_image.f90	2011-11-09 16:56:39 UTC (rev 19166)
@@ -95,8 +95,12 @@
 ! check if pixel is defined or not (can be above topography for instance)
       if(iglob_image_color_2D(ix,iy) == -1) then
 
-! use light blue to display undefined region above topography
-        R = 204
+!!! use light blue to display undefined region above topography
+!!        R = 204
+!!        G = 255
+!!        B = 255
+! now use white to display undefined region above topography to avoid visual confusion with a water layer
+        R = 255
         G = 255
         B = 255
 



More information about the CIG-COMMITS mailing list