diff --git a/SimPEG/EM/FDEM/SrcFDEM.py b/SimPEG/EM/FDEM/SrcFDEM.py index 9681aedb..f5b00036 100644 --- a/SimPEG/EM/FDEM/SrcFDEM.py +++ b/SimPEG/EM/FDEM/SrcFDEM.py @@ -709,7 +709,6 @@ class PrimSecMappedSigma(BaseSrc): BaseSrc.__init__(self, rxList, freq=freq, **kwargs) - @property def _ProjPrimary(self, prob): # if getattr(self, '__ProjPrimary', None) is None: return self.primaryProblem.mesh.getInterpolationMatCartMesh(prob.mesh, locType='F', locTypeTo='E')