Added nonLinearModel Object

This commit is contained in:
rowanc1
2014-02-25 12:14:59 -08:00
parent 30fd9a3c3d
commit e0ea38ff85
2 changed files with 63 additions and 1 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ class BaseProblem(object):
dataPair = Data.BaseData
def __init__(self, mesh, model, *args, **kwargs):
def __init__(self, mesh, model, **kwargs):
Utils.setKwargs(self, **kwargs)
self.mesh = mesh
self.model = model