From 15947320f16146ccaadabf1d526f30b28b376629 Mon Sep 17 00:00:00 2001 From: simon Date: Mon, 24 Aug 2009 12:04:57 +0000 Subject: updated FA_SZ_SEL* to make them able to handle "r" and "c" arguments --- macros/FunctionAnnotation/FA_SZ_SEL2.sci | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'macros/FunctionAnnotation/FA_SZ_SEL2.sci') 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'); -- cgit