fixed typo in MfRhoDeriv. note that it still won't work (but we don't call it anywhere... yet

This commit is contained in:
Lindsey
2015-06-23 18:24:40 -07:00
parent 7c01c84514
commit 5732e85a2f
+1 -1
View File
@@ -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