Overview
| Comment: | Now uses varname.m to generate variable names -- thus name format is determined by varname.m only. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
155c665a01051121e305ab974b362b98 |
| User & Date: | gawthrop@users.sourceforge.net on 2003-03-24 09:00:15.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
2003-03-24
| ||
| 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 | |
|
2003-03-14
| ||
| 15:23:24 |
Avoid problems when ginsh command contains $1 etc Avoid error when null string returned check-in: 84a526bf4f user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/comp/simple/junction_seqn.m
from [53138c6ea2]
to [3462a7ac23].
| ︙ | |||
21 22 23 24 25 26 27 | 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | - + - + - - + + | endif ## Is output same causality as junction? same_type = outsig(2)==i_jun_type; ## LHS |
| ︙ |