This commit is contained in:
rowanc1
2014-06-16 17:09:06 -06:00
parent 6687a8324f
commit d2bde11a2a
+1 -2
View File
@@ -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: