From c74022a94842ae97e01931d5f3a6cdc8adac10bf Mon Sep 17 00:00:00 2001 From: GudniRos Date: Mon, 6 Jul 2015 09:22:01 -0700 Subject: [PATCH] Fix differences in Regularization file. --- 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 42a08702..cf6bcdbe 100644 --- a/SimPEG/Mesh/InnerProducts.py +++ b/SimPEG/Mesh/InnerProducts.py @@ -33,7 +33,7 @@ class InnerProducts(object): return self._getInnerProduct('E', prop=prop, invProp=invProp, invMat=invMat, doFast=doFast) def _getInnerProduct(self, projType, prop=None, invProp=False, invMat=False, doFast=True): - """ + """r :param str projType: 'F' for faces 'E' for edges :param numpy.array prop: material property (tensor properties are possible) at each cell center (nC, (1, 3, or 6)) :param bool invProp: inverts the material property