Overview
| Comment: | Updated -example to --example to correspond to new xmtt |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
8aae9fa90dc88f419c838ba5f20085f8 |
| User & Date: | gawthrop@users.sourceforge.net on 2002-04-18 17:14:11.000 |
| 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: a33b465436 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 17:14:11 | Updated -example to --example to correspond to new xmtt check-in: 8aae9fa90d user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 17:02:15 | foo=zeros(3,1) translated as zero_state(foo,3) check-in: facbb9d63f 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 | 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];
|