Overview
Comment: | Changed continuation character in m file header to ellipsis |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
5522352a6d2138b49543f16e1ba09a0c |
User & Date: | geraint@users.sourceforge.net on 2014-08-02 17:04:46 |
Other Links: | branch diff | manifest | tags |
Context
2014-09-04
| ||
17:58:59 | Continuation character check-in: 88edfa1a0f user: geraint@users.sourceforge.net tags: origin/master, trunk | |
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 | |
Changes
Modified mttroot/mtt/bin/trans/rbg2ibg_m from [855051faf6] to [22334b9ac4].
︙ | ︙ | |||
40 41 42 43 44 45 46 | ## Interpret the connections from the fig version [rbonds,rstrokes,rcomponents,port_coord,port_name,port_list] = $1_rbg; [n_ports, junk] = size(port_list); ## Strip the directional information rbonds = rbonds(:,1:6); | | | | 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 | ## Interpret the connections from the fig version [rbonds,rstrokes,rcomponents,port_coord,port_name,port_list] = $1_rbg; [n_ports, junk] = size(port_list); ## Strip the directional information rbonds = rbonds(:,1:6); [bonds] = ... rbg2ibg(name,rbonds,rstrokes,rcomponents,port_coord,port_name, ... infofile,errorfile); ## Write the intermediate bond graph m-file write_ibg(name,bonds); EOF # Errors and info |
︙ | ︙ |