[cig-commits] r8176 - short/3D/PyLith/trunk/pylith/topology

brad at geodynamics.org brad at geodynamics.org
Mon Oct 22 17:22:46 PDT 2007


Author: brad
Date: 2007-10-22 17:22:46 -0700 (Mon, 22 Oct 2007)
New Revision: 8176

Modified:
   short/3D/PyLith/trunk/pylith/topology/Distributor.py
Log:
Added default value for debug attribute for Distributor.py

Modified: short/3D/PyLith/trunk/pylith/topology/Distributor.py
===================================================================
--- short/3D/PyLith/trunk/pylith/topology/Distributor.py	2007-10-22 23:50:29 UTC (rev 8175)
+++ short/3D/PyLith/trunk/pylith/topology/Distributor.py	2007-10-23 00:22:46 UTC (rev 8176)
@@ -66,6 +66,7 @@
     """
     Component.__init__(self, name, facility="partitioner")
     self.cppHandle = None
+    self.debug = False
     return
 
 



More information about the cig-commits mailing list