FEM: meshtools, better comment

This commit is contained in:
Bernd Hahnebach
2020-06-30 22:26:37 +02:00
parent ec4535aeac
commit 1fe43280ca

View File

@@ -2357,7 +2357,9 @@ def compact_mesh(
node_map[n] = nid
# element id is one id for Edges, Faces and Volumes
# thus should not start with 0 for each, wil give an error on mixed meshes
# thus should not start with 0 for each element type
# because this will give an error for mixed meshes
# because the id is used already
# https://forum.freecadweb.org/viewtopic.php?t=48215
ele_id = 1
if old_femmesh.Edges: