[cig-commits] r20899 - seismo/2D/SPECFEM2D/trunk/src/meshfem2D

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Wed Oct 24 06:37:51 PDT 2012


Author: dkomati1
Date: 2012-10-24 06:37:51 -0700 (Wed, 24 Oct 2012)
New Revision: 20899

Modified:
   seismo/2D/SPECFEM2D/trunk/src/meshfem2D/meshfem2D.F90
Log:
fixed a typo


Modified: seismo/2D/SPECFEM2D/trunk/src/meshfem2D/meshfem2D.F90
===================================================================
--- seismo/2D/SPECFEM2D/trunk/src/meshfem2D/meshfem2D.F90	2012-10-24 13:05:30 UTC (rev 20898)
+++ seismo/2D/SPECFEM2D/trunk/src/meshfem2D/meshfem2D.F90	2012-10-24 13:37:51 UTC (rev 20899)
@@ -820,7 +820,7 @@
   ! partitioning
   !*****************************
 
-  ! allocates & initializes partioning of elements
+  ! allocates and initializes partioning of elements
   allocate(part(0:nelmnts-1))
   part(:) = -1
 



More information about the CIG-COMMITS mailing list