From 5732e85a2f7ff40788756c9952cd111d3ef03ba4 Mon Sep 17 00:00:00 2001 From: Lindsey Date: Tue, 23 Jun 2015 18:24:40 -0700 Subject: [PATCH] fixed typo in MfRhoDeriv. note that it still won't work (but we don't call it anywhere... yet --- simpegEM/Base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simpegEM/Base.py b/simpegEM/Base.py index 4205c518..5a17c69b 100644 --- a/simpegEM/Base.py +++ b/simpegEM/Base.py @@ -141,5 +141,5 @@ class BaseEMProblem(Problem.BaseProblem): # TODO: This isn't going to work yet # TODO: This should take a vector - def dMfRhoIDeriv(self,u): + def MfRhoIDeriv(self,u): return self.mesh.getFaceInnerProductDeriv(self.curModel.rho, invMat=True)(u) * self.curModel.rhoDeriv