Overview
Comment: | Octave continuation character changed to ellipsis |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
cad160b43ec99ae7599001e7974c5bf0 |
User & Date: | geraint@users.sourceforge.net on 2014-08-02 16:48:56 |
Other Links: | branch diff | manifest | tags |
Context
2014-08-02
| ||
17:04:46 | Changed continuation character in m file header to ellipsis check-in: 5522352a6d user: geraint@users.sourceforge.net tags: origin/master, trunk | |
16:48:56 | Octave continuation character changed to ellipsis check-in: cad160b43e user: geraint@users.sourceforge.net tags: origin/master, trunk | |
16:36:14 | Replaced continuation character in lib m files, except PPP and Control check-in: 67e34974df user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/ibg2abg_m from [9b7bce455b] to [6f2e346232].
︙ | ︙ | |||
39 40 41 42 43 44 45 | infofile = fopen('mtt_info.txt', 'wt'); errorfile = fopen('mtt_error.txt', 'wt'); ## Interpret data from the ibg representation ibonds = $1_ibg; bonds = ibonds.bonds; | | | 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | infofile = fopen('mtt_info.txt', 'wt'); errorfile = fopen('mtt_error.txt', 'wt'); ## Interpret data from the ibg representation ibonds = $1_ibg; bonds = ibonds.bonds; [bonds,components,n_vector_bonds] = ibg2abg(name,bonds, ... infofile,errorfile) ## Write the acausal bond graph m-file write_abg(name,bonds,components,n_vector_bonds); EOF # Set the units for the abg file |
︙ | ︙ |