From 207c325d0ecf055233bcfdad69a0e0ec6ac9481a Mon Sep 17 00:00:00 2001 From: FEA-eng <59876896+FEA-eng@users.noreply.github.com> Date: Wed, 3 Apr 2024 15:39:48 +0200 Subject: [PATCH] FEM: Update exportNastranMesh.py --- src/Mod/Fem/feminout/exportNastranMesh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Fem/feminout/exportNastranMesh.py b/src/Mod/Fem/feminout/exportNastranMesh.py index c4c8991168..185ac219a2 100644 --- a/src/Mod/Fem/feminout/exportNastranMesh.py +++ b/src/Mod/Fem/feminout/exportNastranMesh.py @@ -132,7 +132,7 @@ def get_pynastran_mesh( # print(pynas_nodes) # elements - # Nastran seams to have the same node order as SMESH (FreeCAD) has + # Nastran seems to have the same node order as SMESH (FreeCAD) has # thus just write the nodes at once pynas_elements = "# elements cards\n" for element in femelement_table: