[cig-commits] r8478 - seismo/2D/SPECFEM2D/trunk

walter at geodynamics.org walter at geodynamics.org
Fri Dec 7 15:49:25 PST 2007


Author: walter
Date: 2007-12-07 15:49:24 -0800 (Fri, 07 Dec 2007)
New Revision: 8478

Modified:
   seismo/2D/SPECFEM2D/trunk/cree_image_PNM.f90
Log:
changed green color to light blue in PNM P3 image for pixels located
in the undefined region of the mesh above topography


Modified: seismo/2D/SPECFEM2D/trunk/cree_image_PNM.f90
===================================================================
--- seismo/2D/SPECFEM2D/trunk/cree_image_PNM.f90	2005-11-01 23:47:52 UTC (rev 8477)
+++ seismo/2D/SPECFEM2D/trunk/cree_image_PNM.f90	2007-12-07 23:49:24 UTC (rev 8478)
@@ -63,10 +63,10 @@
 ! regarder si le pixel est defini ou non (au dessus de la topographie par exemple)
       if(iglob_image_PNM_2D(ix,iy) == -1) then
 
-! utiliser couleur verte pour afficher les zones non definies
-        R = 0
+! utiliser couleur bleu ciel pour afficher les zones non definies situees au dessus de la topo
+        R = 204
         G = 255
-        B = 0
+        B = 255
 
       else
 



More information about the cig-commits mailing list