Hi,

I the following problem: I have a relatively long array of points
[(x0,y0), (x1,y1), ...]. Apparently, I have some duplicate entries, which
prevents the Delaunay triangulation algorithm from completing its task.

Question, is there an efficent way, of getting rid of the duplicate
entries?
All I can think of involves loops. 

Thanks and regards,
Hanno


-- 
Hanno Klemm
kl...@phys.ethz.ch


_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to