mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-01 16:54:45 +08:00
typo in linear problem example
This commit is contained in:
@@ -9,8 +9,8 @@ class LinearProblem(Problem.BaseProblem):
|
||||
|
||||
surveyPair = LinearSurvey
|
||||
|
||||
def __init__(self, model, G, **kwargs):
|
||||
Problem.BaseProblem.__init__(self, model, **kwargs)
|
||||
def __init__(self, mesh, G, **kwargs):
|
||||
Problem.BaseProblem.__init__(self, mesh, **kwargs)
|
||||
self.G = G
|
||||
|
||||
def fields(self, m, u=None):
|
||||
|
||||
Reference in New Issue
Block a user