mirror of
https://github.com/wassname/simpeg.git
synced 2026-09-09 11:34:26 +08:00
remove @property from projPrimary
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user