mirror of
https://github.com/wassname/simpeg.git
synced 2026-09-10 12:37:30 +08:00
cleaning up FDEM
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user