cleaning up FDEM

This commit is contained in:
rowanc1
2014-03-05 17:25:42 -08:00
parent 994bb2159e
commit e074cca07c
2 changed files with 10 additions and 16 deletions
-8
View File
@@ -50,11 +50,3 @@ class DataFDEM(BaseData):
# Interpolation Matrices
####################################################
@property
def Qrx(self):
if self._Qrx is None:
if self.rxType == 'bz':
locType = 'Fz'
self._Qrx = self.prob.mesh.getInterpolationMat(self.rxLoc, locType=locType)
return self._Qrx
_Qrx = None