Path: Fix range() input type per gcc-7 build

This commit is contained in:
Russell Johnson
2021-02-18 02:21:21 -06:00
parent 0718afa5e1
commit b3cfb29038

View File

@@ -1263,7 +1263,7 @@ class ObjectProfile(PathAreaOp.ObjectOp):
nt = 4 # desired + 1
mid = LE / nt
spc = self.radius / 10
for i in range(0, nt):
for i in range(0, int(nt)):
if i == 0:
if e == 0:
if LE > 0.2: