mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-02 10:46:37 +08:00
Linear Problem Working
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ class BaseProblem(object):
|
||||
Utils.setKwargs(self, **kwargs)
|
||||
self.mesh = mesh
|
||||
self.mapping = mapping or Maps.IdentityMap(mesh)
|
||||
self.mapping._assertMatchesPair(mapPair)
|
||||
self.mapping._assertMatchesPair(self.mapPair)
|
||||
|
||||
@property
|
||||
def survey(self):
|
||||
|
||||
Reference in New Issue
Block a user