Skip to content

Commit

Permalink
FEM: Python pep8 code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed Aug 7, 2022
1 parent b52967d commit 7a1c930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Fem/femsolver/elmer/tasks.py
Expand Up @@ -254,7 +254,7 @@ def run(self):
self.solver.ElmerResult.read(postPath)
# at the moment we scale the mesh back using Elmer
# this might be changed in future, therefore leave this
#self.solver.ElmerResult.scale(1000)
# self.solver.ElmerResult.scale(1000)
self.solver.ElmerResult.getLastPostObject().touch()
self.solver.ElmerResult.recomputeChildren()
self.solver.Document.recompute()
Expand Down

0 comments on commit 7a1c930

Please sign in to comment.