[cig-commits] r17216 - seismo/3D/SPECFEM3D_GLOBE/trunk

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Fri Sep 24 15:22:00 PDT 2010


Author: dkomati1
Date: 2010-09-24 15:22:00 -0700 (Fri, 24 Sep 2010)
New Revision: 17216

Modified:
   seismo/3D/SPECFEM3D_GLOBE/trunk/add_missing_nodes.f90
Log:
fixed a typo in two comments


Modified: seismo/3D/SPECFEM3D_GLOBE/trunk/add_missing_nodes.f90
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/trunk/add_missing_nodes.f90	2010-09-24 22:17:01 UTC (rev 17215)
+++ seismo/3D/SPECFEM3D_GLOBE/trunk/add_missing_nodes.f90	2010-09-24 22:22:00 UTC (rev 17216)
@@ -47,7 +47,7 @@
 
 ! list of corners defining the edges
 ! the edge number is sorted according to the numbering convention defined in file hex_nodes.f90
-! as well as in DATA/util/YYYYYYYYYYYYYYYYYYYYYYYYYYY DK DK UGLY YYYYYYYYYYYYYYYYYYY
+! as well as in UTILS/chunk_notes_scanned/numbering_convention_27_nodes.tif
 
   list_corners_edge( 1,1) = 1
   list_corners_edge( 1,2) = 2
@@ -87,7 +87,7 @@
 
 ! list of corners defining the faces
 ! the face number is sorted according to the numbering convention defined in file hex_nodes.f90
-! as well as in DATA/util/YYYYYYYYYYYYYYYYYYYYYYYYYYY DK DK UGLY YYYYYYYYYYYYYYYYYYY
+! as well as in UTILS/chunk_notes_scanned/numbering_convention_27_nodes.tif
 
   list_corners_face(1,1) = 1
   list_corners_face(1,2) = 2



More information about the CIG-COMMITS mailing list