From 5b09891601ad295ed045f22066290d240d4d53eb Mon Sep 17 00:00:00 2001 From: rowanc1 Date: Sun, 16 Feb 2014 18:40:32 -0800 Subject: [PATCH] bug fix. --- SimPEG/Mesh/InnerProducts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SimPEG/Mesh/InnerProducts.py b/SimPEG/Mesh/InnerProducts.py index 17747f10..7a1a7869 100644 --- a/SimPEG/Mesh/InnerProducts.py +++ b/SimPEG/Mesh/InnerProducts.py @@ -383,7 +383,7 @@ def _getFacePx_Rectangular(M): """Returns a function for creating projection matrices """ - i = np.int64(range(M.nCx)) + ii = np.int64(range(M.nCx)) def Px(xFace): """