ci-test
Theophile Terraz 2025-11-19 13:40:12 +01:00
parent c2a8f38ef5
commit 97762756f8
1 changed files with 1 additions and 2 deletions

View File

@ -174,8 +174,7 @@ class InternalMeshing(AMeshingTool):
len2 = end2 - start2 len2 = end2 - start2
if len1 < len2: if len1 < len2:
self.compl_sect(sect2, sect1, start2, start1, self.compl_sect(sect2, sect1, tag1, tag2)
len2, len1, tag1, tag2)
return return
elif len1 == len2: elif len1 == len2:
return return