Fix typos

This commit is contained in:
luzpaz
2023-12-22 13:35:23 +00:00
parent d783f2fce4
commit 9c8a3f27f9
6 changed files with 7 additions and 7 deletions

View File

@@ -1240,7 +1240,7 @@ def get_ref_facenodes_table(
# try to use getccxVolumesByFace() to get the volume ids
# of element with elementfaces on the ref_face
# --> should work for tetra4 and tetra10
# list of tupels (mv, ccx_face_nr)
# list of tuples (mv, ccx_face_nr)
ref_face_volume_elements = femmesh.getccxVolumesByFace(ref_face)
if ref_face_volume_elements: # mesh with tetras
FreeCAD.Console.PrintLog(