summaryrefslogtreecommitdiff
path: root/macros/FunctionAnnotation/FA_SZ_FACTOR.sci
diff options
context:
space:
mode:
Diffstat (limited to 'macros/FunctionAnnotation/FA_SZ_FACTOR.sci')
-rw-r--r--macros/FunctionAnnotation/FA_SZ_FACTOR.sci2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/FunctionAnnotation/FA_SZ_FACTOR.sci b/macros/FunctionAnnotation/FA_SZ_FACTOR.sci
index e44f036..5e13aee 100644
--- a/macros/FunctionAnnotation/FA_SZ_FACTOR.sci
+++ b/macros/FunctionAnnotation/FA_SZ_FACTOR.sci
@@ -9,7 +9,7 @@ if (isnum(inval)) then
//disp(out);
else
- error(36, "Wrong input argument '+inval+'.");
+ error(36, 'Wrong input argument '+inval+'.');
end