Changed kwarg order for easier use.

This commit is contained in:
Dave Marchant
2013-10-18 14:32:33 -07:00
parent 1f770dfd63
commit 0bebcd48ad
+1 -1
View File
@@ -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: