diff scripts/geometry/delaunay.m @ 23083:e9a0469dedd9 stable

maint: strip extra trailing newlines from files.
author John W. Eaton <jwe@octave.org>
date Fri, 20 Jan 2017 12:19:08 -0500
parents bac0d6f07a3e
children ef4d915df748 3ac9f9ecfae5
line wrap: on
line diff
--- a/scripts/geometry/delaunay.m	Fri Jan 20 12:12:11 2017 -0500
+++ b/scripts/geometry/delaunay.m	Fri Jan 20 12:19:08 2017 -0500
@@ -207,4 +207,3 @@
 %!error <OPTIONS must be a string or cell array> delaunay (ones (2,2), ones (2,2), ones (2,2), struct())
 %!error <X and Y must be the same size> delaunay (1, [1 2])
 %!error <X, Y, and Z must be the same size> delaunay (1, [1 2], [1 2])
-