[cig-commits] r8643 - short/3D/PyLith/trunk/modulesrc/bc

willic3 at geodynamics.org willic3 at geodynamics.org
Thu Dec 13 10:44:28 PST 2007


Author: willic3
Date: 2007-12-13 10:44:28 -0800 (Thu, 13 Dec 2007)
New Revision: 8643

Modified:
   short/3D/PyLith/trunk/modulesrc/bc/bc.pyxe.src
Log:
Fixed typo in AbsorbingDampers class.


Modified: short/3D/PyLith/trunk/modulesrc/bc/bc.pyxe.src
===================================================================
--- short/3D/PyLith/trunk/modulesrc/bc/bc.pyxe.src	2007-12-13 18:34:40 UTC (rev 8642)
+++ short/3D/PyLith/trunk/modulesrc/bc/bc.pyxe.src	2007-12-13 18:44:28 UTC (rev 8643)
@@ -450,7 +450,7 @@
 
 
     BoundaryCondition.__init__(self)
-    self.thisptr = Dirichlet_constructor()
+    self.thisptr = AbsorbingDampers_constructor()
     self.handle = self._createHandle()
 
   def integrateResidual(self, residual, t, fields, mesh):



More information about the cig-commits mailing list