Overview
Comment: | Named ports correctely f --> 1, p --> 2 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
4d864723bb002dfbb04d5741276c036a |
User & Date: | gawthrop@users.sourceforge.net on 1998-07-07 15:01:09 |
Other Links: | branch diff | manifest | tags |
Context
1998-07-08
| ||
08:24:26 | Added -I option -- if set prints out the indormation messages check-in: 830a3b9d5b user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
1998-07-07
| ||
15:01:09 | Named ports correctely f --> 1, p --> 2 check-in: 4d864723bb user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
15:00:04 |
Replaced e_ by f_ s_ by p_ check-in: 1633562f68 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/comp/simple/FP_alias.m from [b90579eda2] to [942d9e66ee].
1 2 3 4 5 6 7 8 9 | function alias = FP_alias # Port aliases for FP ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ############################################################### | > > > | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | 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 |