Artifact 793aa2894cc3410ffcc578b41a36911fadc6879315a1186910930342afd06aa9:
- Executable file mtt/lib/comp/simple/FP_alias.m — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 546) [annotate] [blame] [check-ins using] [more...]
- Executable file mttroot/mtt/lib/comp/simple/FP_alias.m — part of check-in [40e6c207b1] at 2000-12-28 11:46:33 on branch origin/master — *** empty log message *** (user: gawthrop@users.sourceforge.net, size: 546) [annotate] [blame] [check-ins using]
function alias = FP_alias # Port aliases for FP ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.2 1998/07/07 15:01:09 peterg ## Named ports correctely f --> 1, p --> 2 ## ## Revision 1.1 1998/07/02 14:46:42 peterg ## Initial revision ## ############################################################### alias.f = '1'; alias.p = '2'; alias.s = '1'; alias.e = '2'; endfunction