remove tensor type property from problem.

This commit is contained in:
rowanc1
2014-07-03 11:14:29 -07:00
parent 42278d35fe
commit 0de54dc2ae
-4
View File
@@ -338,10 +338,6 @@ class BaseProblem(object):
if hasattr(self, prop):
delattr(self, prop)
@property
def tensorType(self):
return Utils.TensorType(self.mesh, self.curModel.transform)
@property
def ispaired(self):
"""True if the problem is paired to a survey."""