Commit b2a92fd3 authored by Whitham D. Reeve II's avatar Whitham D. Reeve II

Fixed a small syntax error.

parent 873dfaf8
...@@ -227,7 +227,7 @@ class PolygonExtractor(object): ...@@ -227,7 +227,7 @@ class PolygonExtractor(object):
print "active points: ", print "active points: ",
for point in scanline: for point in scanline:
print "%d(%g,%g)" % (point.id, point[0], point.[1]), print "%d(%g,%g)" % (point.id, point[0], point[1]),
print print
prev_point = Iterator(self.prev_line) prev_point = Iterator(self.prev_line)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment