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

brad at geodynamics.org brad at geodynamics.org
Thu Feb 14 15:09:25 PST 2008


Author: brad
Date: 2008-02-14 15:09:25 -0800 (Thu, 14 Feb 2008)
New Revision: 9351

Modified:
   short/3D/PyLith/trunk/pylith/bc/BoundaryCondition.py
Log:
Remove args from factory.

Modified: short/3D/PyLith/trunk/pylith/bc/BoundaryCondition.py
===================================================================
--- short/3D/PyLith/trunk/pylith/bc/BoundaryCondition.py	2008-02-14 22:28:58 UTC (rev 9350)
+++ short/3D/PyLith/trunk/pylith/bc/BoundaryCondition.py	2008-02-14 23:09:25 UTC (rev 9351)
@@ -81,8 +81,7 @@
 
     from spatialdata.spatialdb.SimpleDB import SimpleDB
     db = pyre.inventory.facility("db", factory=SimpleDB, 
-                                 family="spatial_database",
-                                 args=["db"])
+                                 family="spatial_database")
     db.meta['tip'] = "Database of boundary condition parameters."
     
 



More information about the cig-commits mailing list