Overview
Comment: | Reformated to octave standard Now writes variables in non-matrix form |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
28603d680f4210a6c62d812916bba696 |
User & Date: | gawthrop@users.sourceforge.net on 2003-03-24 09:09:52 |
Other Links: | branch diff | manifest | tags |
Context
2003-03-24
| ||
10:19:42 | Documentation added check-in: e556499ea0 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
09:09:52 |
Reformated to octave standard Now writes variables in non-matrix form check-in: 28603d680f user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
09:00:15 |
Now uses varname.m to generate variable names -- thus name format is determined by varname.m only. check-in: 155c665a01 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/m/varname.m from [e7458ea714] to [57c15f2276].
1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | - - - - - - + + + + + + - - - + + + - - - - - - - - - - - + + + + + + + + + + + + + + - + - - + + - - + + + + | function name = varname(name,index,causality); |