FEM: elmer writer, better identifier in a method

This commit is contained in:
Bernd Hahnebach
2020-06-26 08:50:17 +02:00
parent a68b6d8e58
commit 2ee915a00c

View File

@@ -91,8 +91,8 @@ def _getAllSubObjects(obj):
return s
def getConstant(name, dimension):
return convert(CONSTS_DEF[name], dimension)
def getConstant(name, unit_dimension):
return convert(CONSTS_DEF[name], unit_dimension)
class Writer(object):