summaryrefslogtreecommitdiff
path: root/macros/FunctionAnnotation/FA_SZ_SEL2.sci
diff options
context:
space:
mode:
authorsimon2009-08-24 12:04:57 +0000
committersimon2009-08-24 12:04:57 +0000
commit15947320f16146ccaadabf1d526f30b28b376629 (patch)
tree61bd342f86e690bf8d5336722fa12dc4db31612e /macros/FunctionAnnotation/FA_SZ_SEL2.sci
parent28935c0b0b25da99e379200c1e258a520c42dd86 (diff)
downloadscilab2c-15947320f16146ccaadabf1d526f30b28b376629.tar.gz
scilab2c-15947320f16146ccaadabf1d526f30b28b376629.tar.bz2
scilab2c-15947320f16146ccaadabf1d526f30b28b376629.zip
updated FA_SZ_SEL* to make them able to handle "r" and "c" arguments
Diffstat (limited to 'macros/FunctionAnnotation/FA_SZ_SEL2.sci')
-rw-r--r--macros/FunctionAnnotation/FA_SZ_SEL2.sci4
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/FunctionAnnotation/FA_SZ_SEL2.sci b/macros/FunctionAnnotation/FA_SZ_SEL2.sci
index ebf74282..69b38fd1 100644
--- a/macros/FunctionAnnotation/FA_SZ_SEL2.sci
+++ b/macros/FunctionAnnotation/FA_SZ_SEL2.sci
@@ -29,9 +29,9 @@ SCI2CNInArgCheck(argn(2),2,2);
ReportFileName = '';
in2 = string(in2);
-if (in2 == '1')
+if (in2 == '1'| in2 == '""rr""')
opout = in1;
-elseif (in2 == '2')
+elseif (in2 == '2'| in2 == '""c""')
opout = '1';
else
PrintStringInfo(' ',ReportFileName,'both','y');