summaryrefslogtreecommitdiff
path: root/src/Scilab2C/Scilab2C/FunctionAnnotation/FA_SZ_1.sci
blob: 9bbfe5bd3c509c9842186d5998beeb3617f93f15 (plain)
1
2
3
4
5
6
7
8
9
10
11
function outsize = FA_SZ_1(insize)
// function outsize = FA_SZ_1(insize)
// -----------------------------------------------------------------
//
// Status:
// 08-Dec-2007 -- Raffaele Nutricato: Author.
// 08-Dec-2007 -- Alberto Morea: Test Ok.
// -----------------------------------------------------------------

outsize = insize(1);
endfunction