mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-02 14:32:26 +08:00
Added nonLinearModel Object
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user