[cig-commits] r21113 - seismo/3D/SPECFEM3D/trunk/src/specfem3D

surendra at geodynamics.org surendra at geodynamics.org
Mon Dec 10 06:34:43 PST 2012


Author: surendra
Date: 2012-12-10 06:34:42 -0800 (Mon, 10 Dec 2012)
New Revision: 21113

Modified:
   seismo/3D/SPECFEM3D/trunk/src/specfem3D/compute_forces_elastic_noDev.f90
Log:
Removed some superfluous lines

Modified: seismo/3D/SPECFEM3D/trunk/src/specfem3D/compute_forces_elastic_noDev.f90
===================================================================
--- seismo/3D/SPECFEM3D/trunk/src/specfem3D/compute_forces_elastic_noDev.f90	2012-12-08 23:07:30 UTC (rev 21112)
+++ seismo/3D/SPECFEM3D/trunk/src/specfem3D/compute_forces_elastic_noDev.f90	2012-12-10 14:34:42 UTC (rev 21113)
@@ -240,21 +240,21 @@
 
           do l=1,NGLLX
             hp1 = hprime_xx(i,l)
-            iglob = ibool(l,j,k,ispec)
+            !iglob = ibool(l,j,k,ispec)
             tempx1l = tempx1l + dloc(1,l,j,k)*hp1
             tempy1l = tempy1l + dloc(2,l,j,k)*hp1
             tempz1l = tempz1l + dloc(3,l,j,k)*hp1
 
             !!! can merge these loops because NGLLX = NGLLY = NGLLZ
             hp2 = hprime_yy(j,l)
-            iglob = ibool(i,l,k,ispec)
+            !iglob = ibool(i,l,k,ispec)
             tempx2l = tempx2l + dloc(1,i,l,k)*hp2
             tempy2l = tempy2l + dloc(2,i,l,k)*hp2
             tempz2l = tempz2l + dloc(3,i,l,k)*hp2
 
             !!! can merge these loops because NGLLX = NGLLY = NGLLZ
             hp3 = hprime_zz(k,l)
-            iglob = ibool(i,j,l,ispec)
+            !iglob = ibool(i,j,l,ispec)
             tempx3l = tempx3l + dloc(1,i,j,l)*hp3
             tempy3l = tempy3l + dloc(2,i,j,l)*hp3
             tempz3l = tempz3l + dloc(3,i,j,l)*hp3



More information about the CIG-COMMITS mailing list