mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-16 11:21:38 +08:00
VanG model bug.
This commit is contained in:
@@ -362,8 +362,8 @@ class VanGenuchten(RichardsMap):
|
||||
|
||||
def __init__(self, mesh, **kwargs):
|
||||
RichardsMap.__init__(self, mesh,
|
||||
_haverkamp_theta(mesh),
|
||||
_haverkamp_k(mesh))
|
||||
_vangenuchten_theta(mesh),
|
||||
_vangenuchten_k(mesh))
|
||||
Utils.setKwargs(self, **kwargs)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user