Overview
Comment: | Updated -example to --example to correspond to new xmtt |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
8788b600f5c5ddaeab7606cb4a350c00 |
User & Date: | gawthrop@users.sourceforge.net on 2002-04-18 17:14:11 |
Other Links: | branch diff | manifest | tags |
Context
2002-04-18
| ||
17:51:11 | Put default values in _simpar.m in case of missing values in txt file check-in: 1d55435061 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
17:14:11 | Updated -example to --example to correspond to new xmtt check-in: 8788b600f5 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
17:02:15 | foo=zeros(3,1) translated as zero_state(foo,3) check-in: 2bcc856813 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/examples_txt2tk from [1100679dcb] to [db2fcef527].
︙ | ︙ | |||
35 36 37 38 39 40 41 | oldmenu=menu } oldN=N OLDPATH=PATH oldcategory=category split($2,EXAMPLE,"_"); example = EXAMPLE[1]; | | | 35 36 37 38 39 40 41 42 43 44 45 | oldmenu=menu } oldN=N OLDPATH=PATH oldcategory=category split($2,EXAMPLE,"_"); example = EXAMPLE[1]; printf(" set mtt \"xmtt --example %s\" \n", example); printf("%s add command -label %s -command \" exec $mtt &\"\n", menu, example); } }' |