summaryrefslogtreecommitdiff
path: root/2.3-1/macros/FunctionAnnotation/FA_SZ_OPLOGGE.sci
blob: c6d6ee3f852df52b14a662d635706a4ab115b710 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
function opoutsize = FA_SZ_OPLOGGE(in1size,in2size)
// function opoutsize = FA_SZ_OPLOGGE(in1size,in2size)
// -----------------------------------------------------------------
// Alias of FA_SZ_OPDOTSTAR.
// 
//
// Status:
// 08-Mar-2008 -- Raffaele Nutricato: Author.
// 08-Mar-2008 -- Alberto Morea: Test Ok.
//
// Copyright 2008 Raffaele Nutricato & Alberto Morea.
// Contact: raffaele.nutricato@tiscali.it
// -----------------------------------------------------------------

opoutsize = FA_SZ_OPDOTSTAR(in1size,in2size);
endfunction