Linear Problem Working

This commit is contained in:
rowanc1
2014-04-15 09:51:29 -07:00
parent f10d6cc2b7
commit 9b9ed41ec7
3 changed files with 13 additions and 14 deletions
+1 -1
View File
@@ -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):