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

walter at geodynamics.org walter at geodynamics.org
Fri Dec 7 15:55:34 PST 2007


Author: walter
Date: 2007-12-07 15:55:34 -0800 (Fri, 07 Dec 2007)
New Revision: 8549

Modified:
   seismo/2D/SPECFEM2D/trunk/define_derivation_matrices.f90
Log:
fixed a typo in a comment


Modified: seismo/2D/SPECFEM2D/trunk/define_derivation_matrices.f90
===================================================================
--- seismo/2D/SPECFEM2D/trunk/define_derivation_matrices.f90	2007-07-03 23:28:53 UTC (rev 8548)
+++ seismo/2D/SPECFEM2D/trunk/define_derivation_matrices.f90	2007-12-07 23:55:34 UTC (rev 8549)
@@ -44,7 +44,7 @@
 
 ! calculate derivatives of the Lagrange polynomials
 ! and precalculate some products in double precision
-! hprime(i,j) = h'_j(xigll_i) by definition of the derivative matrix
+! hprime(i,j) = h'_j(xigll_i) by definition of the derivation matrix
   do i1=1,NGLLX
     do i2=1,NGLLX
       hprime_xx(i2,i1) = lagrange_deriv_GLL(i1-1,i2-1,xigll,NGLLX)



More information about the cig-commits mailing list