[cig-commits] r7298 - short/3D/PyLith/trunk/pylith/bc

brad at geodynamics.org brad at geodynamics.org
Tue Jun 19 00:06:17 PDT 2007


Author: brad
Date: 2007-06-19 00:06:17 -0700 (Tue, 19 Jun 2007)
New Revision: 7298

Modified:
   short/3D/PyLith/trunk/pylith/bc/Dirichlet.py
Log:
Moved creation of C++ handles out of __init__ for configurable (Pyre) objects. This prevents creation of C++ objects during configuration. Updated Python unit tests to account for change.

Modified: short/3D/PyLith/trunk/pylith/bc/Dirichlet.py
===================================================================
--- short/3D/PyLith/trunk/pylith/bc/Dirichlet.py	2007-06-19 07:05:27 UTC (rev 7297)
+++ short/3D/PyLith/trunk/pylith/bc/Dirichlet.py	2007-06-19 07:06:17 UTC (rev 7298)
@@ -105,7 +105,7 @@
 
   def _createCppHandle(self):
     """
-    Create handle to C++ object.
+    Create handle to corresponding C++ object.
     """
     if None == self.cppHandle:
       import pylith.bc.bc as bindings



More information about the cig-commits mailing list