FEM: typos in comments

This commit is contained in:
Bernd Hahnebach
2020-02-17 12:30:45 +01:00
parent f9494a920b
commit 34e49fca28
3 changed files with 3 additions and 3 deletions

View File

@@ -303,7 +303,7 @@ class _FemResultMechanical():
def onDocumentRestored(self, obj):
# migrate old result objects, because property "StressValues"
# was renamed to "vonMises" wirh commit 8b68ab7
# was renamed to "vonMises" in commit 8b68ab7
if hasattr(obj, "StressValues") is True:
obj.addProperty(
"App::PropertyFloatList",

View File

@@ -61,7 +61,7 @@ class Prepare(run.Prepare):
w = writer.FemInputWriterCcx(
self.analysis,
self.solver,
femutils.get_mesh_to_solve(self.analysis)[0], # pre check hast been done already
femutils.get_mesh_to_solve(self.analysis)[0], # pre check has been done already
c.materials_linear,
c.materials_nonlinear,
c.constraints_fixed,

View File

@@ -55,7 +55,7 @@ class Prepare(run.Prepare):
w = writer.FemInputWriterZ88(
self.analysis,
self.solver,
femutils.get_mesh_to_solve(self.analysis)[0], # pre check hast been done already
femutils.get_mesh_to_solve(self.analysis)[0], # pre check has been done already
c.materials_linear,
c.materials_nonlinear,
c.constraints_fixed,