From 4dac2031bf7bf6cdf671f0dd820eafa771597ca3 Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Wed, 16 Jun 2021 17:15:03 +0200 Subject: [PATCH] FEM: solver calculix, typos --- src/Mod/Fem/femsolver/calculix/solver.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Mod/Fem/femsolver/calculix/solver.py b/src/Mod/Fem/femsolver/calculix/solver.py index 07ccc29b55..309172d91a 100644 --- a/src/Mod/Fem/femsolver/calculix/solver.py +++ b/src/Mod/Fem/femsolver/calculix/solver.py @@ -329,13 +329,13 @@ def add_attributes(obj, ccx_prefs): """ -Should there be some equation object for Calculix too. +Should there be some equation object for Calculix too? Necessarily yes! The properties GeometricalNonlinearity, MaterialNonlinearity, ThermoMechSteadyState might be moved to the appropriate equation. Furthermore the material Category should not be used in writer. -See common materila object for more information. The equation +See common material object for more information. The equation should used instead to get this information needed in writer. """