summaryrefslogtreecommitdiff
path: root/inst/joinPolygons.m
diff options
context:
space:
mode:
authorRafael Laboissière <rafael@debian.org>2024-03-23 11:24:16 -0300
committerRafael Laboissière <rafael@debian.org>2024-03-23 11:24:16 -0300
commit787cef841b37ea114744f8f368efd57cc29083f9 (patch)
tree6c8bfaa5f52995f2a101ea9fa8c99046eb5e194f /inst/joinPolygons.m
parenteeb026c06b6010514cc25efe9d18eb108deeed7f (diff)
parent884b6b50c50abfb633b52f567009c0460b27fbf9 (diff)
Update upstream source from tag 'upstream/4.1.0'
Update to upstream version '4.1.0' with Debian dir f973f3f0739564c39cd0469e3c0bdbb441165c2d
Diffstat (limited to 'inst/joinPolygons.m')
-rw-r--r--inst/joinPolygons.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/inst/joinPolygons.m b/inst/joinPolygons.m
index 59c2127..3b9d711 100644
--- a/inst/joinPolygons.m
+++ b/inst/joinPolygons.m
@@ -57,5 +57,5 @@ endfunction
%! XY = joinPolygons ({[1 6; 2 5; 3 4]; [4 3; 5 2; 6 1]});
%! assert (XY, [1 6; 2 5; 3 4; NaN NaN; 4 3; 5 2; 6 1]);
-%!error <joinPolygons: cell array expected> joinPolygons ([1 2 NaN 3 4], [56 NaN 78])
+%!error <joinPolygons: function called with too many inputs> joinPolygons ([1 2 NaN 3 4], [56 NaN 78])
%!error <joinPolygons: column vectors expected> joinPolygons ({[1,0], [0,2]});