From d2bde11a2aad32ce192033026f6d00c11932524e Mon Sep 17 00:00:00 2001 From: rowanc1 Date: Mon, 16 Jun 2014 17:09:06 -0600 Subject: [PATCH] Fixes #68 --- SimPEG/Mesh/InnerProducts.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SimPEG/Mesh/InnerProducts.py b/SimPEG/Mesh/InnerProducts.py index 79f617a5..4ea9a3d2 100644 --- a/SimPEG/Mesh/InnerProducts.py +++ b/SimPEG/Mesh/InnerProducts.py @@ -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: