diff options
Diffstat (limited to '2.3-1/macros/FunctionAnnotation/FA_SZ_FACTOR.sci')
-rw-r--r-- | 2.3-1/macros/FunctionAnnotation/FA_SZ_FACTOR.sci | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/2.3-1/macros/FunctionAnnotation/FA_SZ_FACTOR.sci b/2.3-1/macros/FunctionAnnotation/FA_SZ_FACTOR.sci index e44f036a..5e13aee1 100644 --- a/2.3-1/macros/FunctionAnnotation/FA_SZ_FACTOR.sci +++ b/2.3-1/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 |