Skip to content

Commit

Permalink
rm stray displays
Browse files Browse the repository at this point in the history
  • Loading branch information
alecjacobson committed Dec 23, 2016
1 parent 6e96366 commit 9682c17
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions external/dpsimplify.m
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,7 @@
end

% identify maximum distance and get the linear index of its location
d
[dmax,ixc] = max(d);
[ixs ixc+1 ixe]
ixc = ixs + ixc;

% if the maximum distance is smaller than the tolerance remove vertices
Expand Down

0 comments on commit 9682c17

Please sign in to comment.