[cig-commits] r22827 - seismo/3D/SPECFEM3D/trunk/CUBIT_GEOCUBIT

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Fri Sep 20 15:02:44 PDT 2013


Author: dkomati1
Date: 2013-09-20 15:02:44 -0700 (Fri, 20 Sep 2013)
New Revision: 22827

Modified:
   seismo/3D/SPECFEM3D/trunk/CUBIT_GEOCUBIT/run_cubit2specfem3d.py
Log:
added a comment


Modified: seismo/3D/SPECFEM3D/trunk/CUBIT_GEOCUBIT/run_cubit2specfem3d.py
===================================================================
--- seismo/3D/SPECFEM3D/trunk/CUBIT_GEOCUBIT/run_cubit2specfem3d.py	2013-09-20 21:48:31 UTC (rev 22826)
+++ seismo/3D/SPECFEM3D/trunk/CUBIT_GEOCUBIT/run_cubit2specfem3d.py	2013-09-20 22:02:44 UTC (rev 22827)
@@ -3,7 +3,9 @@
 import os
 import sys
 
+########################################################################################
 # put the path to your installation of the "bin" directory of the CUBIT package here
+########################################################################################
 sys.path.append("/home/komatits/bin/cubit/bin")
 import cubit
 
@@ -12,8 +14,9 @@
 import boundary_definition
 import cubit2specfem3d 
 
+########################################################################################
 # define the name of the CUBIT file to convert to SPECFEM format in the line below
-#cubit.cmd('open "large_test_cpml.cub"')
+########################################################################################
 cubit.cmd('open "test_cpml_2layers.cub"')
 
 ###### This is boundary_definition.py of GEOCUBIT



More information about the CIG-COMMITS mailing list