From 0d128517dedd154bbecfbabe67094ad56c8d46f5 Mon Sep 17 00:00:00 2001 From: FEA-eng <59876896+FEA-eng@users.noreply.github.com> Date: Mon, 23 Dec 2024 13:44:06 +0100 Subject: [PATCH] FEM: Update checksanalysis.py --- src/Mod/Fem/femtools/checksanalysis.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Mod/Fem/femtools/checksanalysis.py b/src/Mod/Fem/femtools/checksanalysis.py index ee6f5c0031..a3cc34480d 100644 --- a/src/Mod/Fem/femtools/checksanalysis.py +++ b/src/Mod/Fem/femtools/checksanalysis.py @@ -69,7 +69,7 @@ def check_member_for_solver_calculix(analysis, solver, mesh, member): ): message += ( "FEM mesh has no volume elements, " - "either define a shell thicknesses or " + "either define shell thicknesses or " "provide a FEM mesh with volume elements.\n" ) if ( @@ -158,7 +158,7 @@ def check_member_for_solver_calculix(analysis, solver, mesh, member): ) if femutils.is_of_type(mat_obj, "Fem::MaterialReinforced"): # additional tests for reinforced materials, - # they are needed for result calculation not for ccx analysis + # they are needed for result calculation, not for ccx analysis mat_map_m = mat_obj.Material if "AngleOfFriction" in mat_map_m: # print(Units.Quantity(mat_map_m["AngleOfFriction"]).Value)