Overview
Comment: | Initial revision |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
1a26b5000667bc03d2e941cb10c6cb62 |
User & Date: | gawthrop@users.sourceforge.net on 1999-06-21 23:32:50 |
Other Links: | branch diff | manifest | tags |
Context
1999-07-20
| ||
23:43:05 | V 3.8 ( to Eric) check-in: c26665b273 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
1999-06-21
| ||
23:32:50 | Initial revision check-in: 1a26b50006 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
1999-05-17
| ||
21:27:39 | Added damping check-in: e8e017f157 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Added mttroot/mtt/bin/trans/m/mtt_type_name.m version [6cb1565552].
> > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | function NewType = mtt_type_name (OldType) ## usage: NewType = mtt_type_name (OldType) ## ## if OldType=="0"; NewType = "Zero"; elseif OldType=="1"; NewType = "One"; else NewType = OldType; endif endfunction |