mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-20 12:40:44 +08:00
Fixes #68
This commit is contained in:
@@ -54,10 +54,9 @@ class InnerProducts(object):
|
||||
prop = invPropertyTensor(self, prop)
|
||||
|
||||
tensorType = TensorType(self, prop)
|
||||
|
||||
Mu = makePropertyTensor(self, prop)
|
||||
|
||||
Ps = self._getInnerProductProjectionMatrices(projType, tensorType)
|
||||
|
||||
A = np.sum([P.T * Mu * P for P in Ps])
|
||||
|
||||
if invMat and tensorType < 3:
|
||||
|
||||
Reference in New Issue
Block a user