mirror of
https://github.com/wassname/simpeg.git
synced 2026-06-29 16:00:24 +08:00
Changed kwarg order for easier use.
This commit is contained in:
@@ -286,7 +286,7 @@ class DiffOperators(object):
|
||||
_nodalVectorAve = None
|
||||
nodalVectorAve = property(**nodalVectorAve())
|
||||
|
||||
def getMass(self, loc='e', materialProp=None, inv=False):
|
||||
def getMass(self, materialProp=None, loc='e', inv=False):
|
||||
""" Produces mass matricies.
|
||||
|
||||
Kwargs:
|
||||
|
||||
Reference in New Issue
Block a user