[cig-commits] r22449 - seismo/3D/SPECFEM3D/trunk/CUBIT

elliott.sales.de.andrade at geodynamics.org elliott.sales.de.andrade at geodynamics.org
Fri Jun 28 20:47:39 PDT 2013


Author: elliott.sales.de.andrade
Date: 2013-06-28 20:47:39 -0700 (Fri, 28 Jun 2013)
New Revision: 22449

Modified:
   seismo/3D/SPECFEM3D/trunk/CUBIT/cubit2specfem3d.py
Log:
Fix output of cubit2specfem3d.py.

Dimitri recently renamed free_surface_file to
free_or_absorbing_surface_file_zmax.

Modified: seismo/3D/SPECFEM3D/trunk/CUBIT/cubit2specfem3d.py
===================================================================
--- seismo/3D/SPECFEM3D/trunk/CUBIT/cubit2specfem3d.py	2013-06-28 21:44:27 UTC (rev 22448)
+++ seismo/3D/SPECFEM3D/trunk/CUBIT/cubit2specfem3d.py	2013-06-29 03:47:39 UTC (rev 22449)
@@ -102,7 +102,7 @@
 #        ....
 #
 #__________________________________________________________________________________________
-##freename='free_surface_file' -> file with the hex on the free surface (usually the topography)
+##freename='free_or_absorbing_surface_file_zmax' -> file with the hex on the free surface (usually the topography)
 #    format:
 #        number of faces
 #        id_(element containg the face) id_node1_face id_node2_face id_node3_face id_node4_face
@@ -345,7 +345,7 @@
         self.material_name='materials_file'
         self.nummaterial_name='nummaterial_velocity_file'
         self.absname='absorbing_surface_file'
-        self.freename='free_surface_file'
+        self.freename='free_or_absorbing_surface_file_zmax'
         self.recname='STATIONS'
         self.face='QUAD4'
         self.face2='SHELL4'



More information about the CIG-COMMITS mailing list