FEM: object add module, small comment fix

This commit is contained in:
Bernd Hahnebach
2020-06-29 07:40:48 +02:00
parent 10119ad9a1
commit 3ea4ceb89f

View File

@@ -633,7 +633,7 @@ def makePostVtkResult(
base_result,
name="VtkResult"
):
"""makePostVtkResult(document, base_result [name]):
"""makePostVtkResult(document, base_result, [name]):
creates an FEM post processing result object (vtk based) to hold FEM results"""
obj = doc.addObject("Fem::FemPostPipeline", name)
obj.load(base_result)