From 759bfbb8ee342ffbf7ea1d44249fda8f7075ec85 Mon Sep 17 00:00:00 2001 From: simon Date: Mon, 24 Aug 2009 12:09:35 +0000 Subject: added FA_MIN changed how FA_SZ_OPSLASH computes the size --- macros/FunctionAnnotation/FA_MAX.sci | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'macros/FunctionAnnotation/FA_MAX.sci') diff --git a/macros/FunctionAnnotation/FA_MAX.sci b/macros/FunctionAnnotation/FA_MAX.sci index 8b947cec..2ecfc6ac 100644 --- a/macros/FunctionAnnotation/FA_MAX.sci +++ b/macros/FunctionAnnotation/FA_MAX.sci @@ -25,7 +25,7 @@ function opout = FA_MAX(in1,in2) // ------------------------------ SCI2CNInArgCheck(argn(2),2,2); -SCI2Cerror('Not allowed to use FA_MAX in this release.'); +//SCI2Cerror('Not allowed to use FA_MAX in this release.'); // ------------------------ // --- Generate Output. --- @@ -47,5 +47,6 @@ if (SCI2Cisnum(in1)) end else opout = string(in1); -end +end + endfunction -- cgit