updates to problem and data.

This commit is contained in:
rowanc1
2014-02-26 09:16:41 -08:00
parent aef96902e9
commit 425d472f31
2 changed files with 8 additions and 14 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ class BaseProblem(object):
def __init__(self, mesh, model, *args, **kwargs):
Utils.setKwargs(self, **kwargs)
self.mesh = mesh
assert isinstance(d, self.modelPair), "Model object must be an instance of a %s class."%(self.modelPair.__name__)
assert isinstance(model, self.modelPair), "Model object must be an instance of a %s class."%(self.modelPair.__name__)
self.model = model
@property