summaryrefslogtreecommitdiff
path: root/macros/falltime.sci
diff options
context:
space:
mode:
Diffstat (limited to 'macros/falltime.sci')
-rw-r--r--macros/falltime.sci2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/falltime.sci b/macros/falltime.sci
index b2e436a..adcbcdd 100644
--- a/macros/falltime.sci
+++ b/macros/falltime.sci
@@ -193,7 +193,7 @@ if (~isempty(sindex)) then
case {'TOLERANCE'}
if length(varargin) <=sindex(j) then
- error(strcat(['parameter Tolerance required a value"]));
+ error(strcat(["parameter Tolerance required a value"]));
elseif type(varargin(sindex(j)+1))==1 then
tolerance= varargin(sindex(j)+1);