summaryrefslogtreecommitdiff
path: root/inst/polycut.m
diff options
context:
space:
mode:
Diffstat (limited to 'inst/polycut.m')
-rw-r--r--inst/polycut.m6
1 files changed, 3 insertions, 3 deletions
diff --git a/inst/polycut.m b/inst/polycut.m
index 4423a93..ddb8b14 100644
--- a/inst/polycut.m
+++ b/inst/polycut.m
@@ -1,4 +1,4 @@
-## Copyright (C) 2017-2020 Philip Nienhuis
+## Copyright (C) 2017-2022 Philip Nienhuis
##
## This program is free software; you can redistribute it and/or modify it
## under the terms of the GNU General Public License as published by
@@ -46,8 +46,8 @@
function [X, Y, Z] = polycut (varargin)
if (isempty (which ("polygon2patch")))
- error ("function polygon2patch not found. OF geometry package \
-installed and loaded?");
+ error (["function polygon2patch not found. OF geometry package ", ...
+ "installed and loaded?"]);
endif
[X, Y, Z] = polygon2patch (varargin{:});