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

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Tue Feb 15 16:40:19 PST 2011


Author: dkomati1
Date: 2011-02-15 16:40:19 -0800 (Tue, 15 Feb 2011)
New Revision: 17880

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


Modified: seismo/2D/SPECFEM2D/trunk/part_unstruct.F90
===================================================================
--- seismo/2D/SPECFEM2D/trunk/part_unstruct.F90	2011-02-16 00:36:16 UTC (rev 17879)
+++ seismo/2D/SPECFEM2D/trunk/part_unstruct.F90	2011-02-16 00:40:19 UTC (rev 17880)
@@ -307,7 +307,7 @@
       print *,'then list it twice, putting the first edge on the first line and the second edge on the second line.'
       print *,'if one of your elements has a single point along the absording contour rather than a full edge, do NOT list it'
       print *,'(it would have no weight in the contour integral anyway because it would consist of a single point).'
-      print *,'If you are using 9-node elements, list only the first and last point of the edge and not the intermediate point'
+      print *,'If you are using 9-node elements, list only the first and last points of the edge and not the intermediate point'
       print *,'located around the middle of the edge; the right 9-node curvature will be restored automatically by the code.'
       stop 'only two nodes per element should be listed for absorbing edges'
     endif



More information about the CIG-COMMITS mailing list