PeterBLITZ / m2tklib

Automatically exported from code.google.com/p/m2tklib
0 stars 0 forks source link

overlap correction #18

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
fix bug in
m2_calc_hlist_width_overlap_correction
which does not handle the value cnt=0 correctly.

also check vlist

the result of this bug was, that the elements within the hlist are shifted by 
one to the right. 

Original issue reported on code.google.com by olikr...@gmail.com on 21 Aug 2011 at 7:35

GoogleCodeExporter commented 8 years ago
also fixed for vlist but calculation differes for vlist, so the bug would not 
appear.

hlist --> fixed

Original comment by olikr...@gmail.com on 21 Aug 2011 at 7:45

GoogleCodeExporter commented 8 years ago
no: vlist is not fixed, the problem also appears here

Original comment by olikr...@gmail.com on 21 Aug 2011 at 7:50

GoogleCodeExporter commented 8 years ago
vlist fixed

Original comment by olikr...@gmail.com on 21 Aug 2011 at 8:00

GoogleCodeExporter commented 8 years ago
the vlist bug appeared because of a wrong use of the vlist correction procedure 
by the strlist element.

Original comment by olikr...@gmail.com on 21 Aug 2011 at 9:14