Differences From Artifact [942d9e66ee]:
- 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]
To Artifact [793aa2894c]:
- 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]
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | + + + + + + | 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 |