[cig-commits] r20949 - in seismo/3D/FAULT_SOURCE/branches/new_fault_db/EXAMPLES: tpv102 tpv16.crack

surendra at geodynamics.org surendra at geodynamics.org
Fri Oct 26 19:06:41 PDT 2012


Author: surendra
Date: 2012-10-26 19:06:40 -0700 (Fri, 26 Oct 2012)
New Revision: 20949

Modified:
   seismo/3D/FAULT_SOURCE/branches/new_fault_db/EXAMPLES/tpv102/TPV102.py
   seismo/3D/FAULT_SOURCE/branches/new_fault_db/EXAMPLES/tpv16.crack/TPV16.py
Log:
Fixed couple of typos

Modified: seismo/3D/FAULT_SOURCE/branches/new_fault_db/EXAMPLES/tpv102/TPV102.py
===================================================================
--- seismo/3D/FAULT_SOURCE/branches/new_fault_db/EXAMPLES/tpv102/TPV102.py	2012-10-26 23:25:26 UTC (rev 20948)
+++ seismo/3D/FAULT_SOURCE/branches/new_fault_db/EXAMPLES/tpv102/TPV102.py	2012-10-27 02:06:40 UTC (rev 20949)
@@ -23,7 +23,7 @@
 zmax = [8,15]
 zmin = [10,14]
 entities=['face']
-define_bc(entities,xmin,xmax,ymin,ymax,zmin,zmax)
+define_boundaries(entities,xmin,xmax,ymin,ymax,zmin,zmax)
 
 cubit.cmd('block 1 name "elastic 1" ') 
 cubit.cmd('block 1 attribute count 5')

Modified: seismo/3D/FAULT_SOURCE/branches/new_fault_db/EXAMPLES/tpv16.crack/TPV16.py
===================================================================
--- seismo/3D/FAULT_SOURCE/branches/new_fault_db/EXAMPLES/tpv16.crack/TPV16.py	2012-10-26 23:25:26 UTC (rev 20948)
+++ seismo/3D/FAULT_SOURCE/branches/new_fault_db/EXAMPLES/tpv16.crack/TPV16.py	2012-10-27 02:06:40 UTC (rev 20949)
@@ -29,7 +29,7 @@
 zmax = [9,14]
 zmin = [11,16]
 entities=['face']
-define_boundarie(entities,xmin,xmax,ymin,ymax,zmin,zmax)
+define_boundaries(entities,xmin,xmax,ymin,ymax,zmin,zmax)
 
 cubit.cmd('block 1 name "elastic 1" ') 
 cubit.cmd('block 1 attribute count 5')



More information about the CIG-COMMITS mailing list