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

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Fri Sep 20 12:52:25 PDT 2013


Author: dkomati1
Date: 2013-09-20 12:52:25 -0700 (Fri, 20 Sep 2013)
New Revision: 22822

Modified:
   seismo/3D/SPECFEM3D/trunk/CUBIT_GEOCUBIT/geocubitlib/cubit2specfem3d.py
Log:
commented out a print statement to the screen that led to a variable being used before being assigned a value


Modified: seismo/3D/SPECFEM3D/trunk/CUBIT_GEOCUBIT/geocubitlib/cubit2specfem3d.py
===================================================================
--- seismo/3D/SPECFEM3D/trunk/CUBIT_GEOCUBIT/geocubitlib/cubit2specfem3d.py	2013-09-20 19:43:24 UTC (rev 22821)
+++ seismo/3D/SPECFEM3D/trunk/CUBIT_GEOCUBIT/geocubitlib/cubit2specfem3d.py	2013-09-20 19:52:25 UTC (rev 22822)
@@ -501,7 +501,8 @@
             print block_bc_flag
             print material
             print bc
-            print topography
+## DK DK removed that because it gives an error: variable used before being assigned a value
+            #print topography
             print '****************************************'
     def mat_parameter(self,properties): 
         print properties



More information about the CIG-COMMITS mailing list