[cig-commits] r12452 - seismo/3D/SPECFEM3D_GLOBE/trunk

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Mon Jul 21 06:31:01 PDT 2008


Author: dkomati1
Date: 2008-07-21 06:30:59 -0700 (Mon, 21 Jul 2008)
New Revision: 12452

Modified:
   seismo/3D/SPECFEM3D_GLOBE/trunk/get_perm_cuthill_mckee.f90
Log:
converted a parameter to upper case


Modified: seismo/3D/SPECFEM3D_GLOBE/trunk/get_perm_cuthill_mckee.f90
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/trunk/get_perm_cuthill_mckee.f90	2008-07-21 13:12:20 UTC (rev 12451)
+++ seismo/3D/SPECFEM3D_GLOBE/trunk/get_perm_cuthill_mckee.f90	2008-07-21 13:30:59 UTC (rev 12452)
@@ -303,7 +303,7 @@
 !
 
   subroutine create_adjacency_table_adjncy(mn,mp,ne,np,adj,xadj,maskel,nspec, &
-              nglob_eight_corners_only,count_only,total_size_ne,total_size_adj,face)
+              nglob_eight_corners_only,count_only,total_size_ne,total_size_adj,FACE)
 
 !-----------------------------------------------------------------------
 !
@@ -329,7 +329,7 @@
   include "constants.h"
 
 ! only count the total size of the array that will be created, or actually create it
-  logical count_only,face
+  logical count_only,FACE
   integer total_size_ne,total_size_adj
 
   integer nglob_eight_corners_only
@@ -353,7 +353,7 @@
 
 ! mask current element
   maskel(ispec) = .true.
-  if (face) countel(:) = 0
+  if (FACE) countel(:) = 0
 
   istart = mp(ispec)
   istop = mp(ispec+1) - 1
@@ -364,7 +364,7 @@
         do 120 jel=jstart,jstop
             nelem = ne(jel)
             if(maskel(nelem)) goto 120
-            if (face) then
+            if (FACE) then
               ! if 2 elements share at least 3 corners, therefore they share a face
               countel(nelem) = countel(nelem) + 1
               if (countel(nelem)>=3) then



More information about the cig-commits mailing list