mirror of https://gitlab.com/pamhyr/pamhyr2
debug
parent
c2a8f38ef5
commit
97762756f8
|
|
@ -174,8 +174,7 @@ class InternalMeshing(AMeshingTool):
|
|||
len2 = end2 - start2
|
||||
|
||||
if len1 < len2:
|
||||
self.compl_sect(sect2, sect1, start2, start1,
|
||||
len2, len1, tag1, tag2)
|
||||
self.compl_sect(sect2, sect1, tag1, tag2)
|
||||
return
|
||||
elif len1 == len2:
|
||||
return
|
||||
|
|
|
|||
Loading…
Reference in New Issue