Date:2015-05-23 14:25:43 (8 years 10 months ago)
Author:Werner Almesberger
Commit:d72d649c3038b741f45821894ebfe91d6be81d9f
Message:sfc/slicer.py: correct last position tracking for mech_eps

Files: sfc/slicer.py (1 diff)

Change Details

sfc/slicer.py
8383                first = v
8484            if last is None or dist(v, last) >= mech_eps:
8585                print_vec(v, z)
86            last = v
86                last = v
8787        if first is not None:
8888            print_vec(first, z)
8989            print

Archive Download the corresponding diff file

Branches:
master



interactive