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

elliott.sales.de.andrade at geodynamics.org elliott.sales.de.andrade at geodynamics.org
Mon Jul 15 20:23:53 PDT 2013


Author: elliott.sales.de.andrade
Date: 2013-07-15 20:23:53 -0700 (Mon, 15 Jul 2013)
New Revision: 22624

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

Modified: seismo/3D/SPECFEM3D/trunk/CUBIT/cubit2specfem3d.py
===================================================================
--- seismo/3D/SPECFEM3D/trunk/CUBIT/cubit2specfem3d.py	2013-07-16 02:11:54 UTC (rev 22623)
+++ seismo/3D/SPECFEM3D/trunk/CUBIT/cubit2specfem3d.py	2013-07-16 03:23:53 UTC (rev 22624)
@@ -93,7 +93,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
@@ -347,7 +347,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'
         version_cubit=float(cubit.get_version())
         if version_cubit >= 12:



More information about the CIG-COMMITS mailing list