[cig-commits] r22676 - seismo/3D/SPECFEM3D_GLOBE/trunk/src/meshfem3D

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Thu Jul 25 15:15:15 PDT 2013


Author: dkomati1
Date: 2013-07-25 15:15:15 -0700 (Thu, 25 Jul 2013)
New Revision: 22676

Modified:
   seismo/3D/SPECFEM3D_GLOBE/trunk/src/meshfem3D/meshfem3D.f90
Log:
slightly modified a comment


Modified: seismo/3D/SPECFEM3D_GLOBE/trunk/src/meshfem3D/meshfem3D.f90
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/trunk/src/meshfem3D/meshfem3D.f90	2013-07-25 16:26:57 UTC (rev 22675)
+++ seismo/3D/SPECFEM3D_GLOBE/trunk/src/meshfem3D/meshfem3D.f90	2013-07-25 22:15:15 UTC (rev 22676)
@@ -1233,7 +1233,7 @@
   double precision :: volume_total_region,area_total_bottom,area_total_top
   integer :: ier
 
-  ! use MPI reduction to compute total area and volume
+  ! use an MPI reduction to compute the total area and volume
   volume_total_region = ZERO
   area_total_bottom   = ZERO
   area_total_top   = ZERO



More information about the CIG-COMMITS mailing list