diff options
author | Siddhesh Wani | 2017-05-04 16:15:18 +0530 |
---|---|---|
committer | Siddhesh Wani | 2017-05-04 16:15:18 +0530 |
commit | e36eac94dd517bb69d3e5782516ee58942451991 (patch) | |
tree | 54347eba02cd5287ac5884ab84a5ca0c99f33edb /macros/FunctionAnnotation/FA_SZ_DEC2BASE.sci | |
parent | c7e9597db39140c1d982f796a8e1f03bb54e7905 (diff) | |
download | scilab2c-e36eac94dd517bb69d3e5782516ee58942451991.tar.gz scilab2c-e36eac94dd517bb69d3e5782516ee58942451991.tar.bz2 scilab2c-e36eac94dd517bb69d3e5782516ee58942451991.zip |
Basic functions and image processing working with MSVC on windows x64
Diffstat (limited to 'macros/FunctionAnnotation/FA_SZ_DEC2BASE.sci')
-rw-r--r-- | macros/FunctionAnnotation/FA_SZ_DEC2BASE.sci | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/FunctionAnnotation/FA_SZ_DEC2BASE.sci b/macros/FunctionAnnotation/FA_SZ_DEC2BASE.sci index c5f39abd..4cd6467d 100644 --- a/macros/FunctionAnnotation/FA_SZ_DEC2BASE.sci +++ b/macros/FunctionAnnotation/FA_SZ_DEC2BASE.sci @@ -12,7 +12,7 @@ if (isnum(in1val)) then //disp(out); else - error(36, "Wrong input argument '+in1val+'."); + error(36, "Wrong input argument "+in1val+"."); end if (in2_num>10) then |