mirror of https://gitlab.com/pamhyr/pamhyr2
debug
parent
c2a8f38ef5
commit
97762756f8
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue