debug mesh

setup.py
Theophile Terraz 2024-01-23 17:39:10 +01:00
parent ab10970025
commit 1e7e5b0328
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ class MeshingWithMage(AMeshingTool):
guide_list = [ guide_list = [
x.name x.name
for x in reach.profiles[0].named_points() for x in reach.profiles[0].named_points()
if x in gl[0] if x.name in gl[0]
] ]
self.complete_cross_section(guide_list) self.complete_cross_section(guide_list)