blob: 3b0c6549601b4e518314bb313666565caf7b9ab9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
function opoutsize = FA_SZ_OPLOGNOT(in1size)
// function opoutsize = FA_SZ_OPLOGNOT(in1size)
// -----------------------------------------------------------------
// Alias of FA_SZ_OPDOTAPEX.
//
//
// 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_OPDOTAPEX(in1size,in2size);
endfunction
|