remove @property from projPrimary

This commit is contained in:
Lindsey Heagy
2016-05-31 23:48:04 -07:00
parent 8c366463e7
commit 1521b08af6
-1
View File
@@ -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')