Artifact 942d9e66eec5e7d6a3b15cc3a80158e3ee616aa0751117a8462110501796eefd:
- Executable file mttroot/mtt/lib/comp/simple/FP_alias.m — part of check-in [4d864723bb] at 1998-07-07 15:01:09 on branch origin/master — Named ports correctely f --> 1, p --> 2 (user: gawthrop@users.sourceforge.net, size: 411) [annotate] [blame] [check-ins using]
function alias = FP_alias # Port aliases for FP ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.1 1998/07/02 14:46:42 peterg ## Initial revision ## ############################################################### alias.f = '1'; alias.p = '2'; endfunction