Overview
Comment: | Fixed error due to a line wrap. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
5f796466c084d3b131c913c398d5fea0 |
User & Date: | gawthrop@users.sourceforge.net on 1996-08-26 10:04:25 |
Other Links: | branch diff | manifest | tags |
Context
1996-08-26
| ||
13:04:43 | Changed $() to ``. check-in: ed61e72feb user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
10:04:25 | Fixed error due to a line wrap. check-in: 5f796466c0 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
09:46:37 | Changed $() to `` check-in: 9fd5edce9d user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/m/abg2cbg.m from [39c9487445] to [d319395afb].
1 2 3 | 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 | - + + + | function [port_bonds, status] = abg2cbg(system_name, ... system_type, full_name, ... port_bonds,infofile) |
︙ | |||
164 165 166 167 168 169 170 | 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 | - + - | bonds(bond_index,2) = prefered; end; end; % Print final causality final_done = (sum(status==zeros(n_components,1))/n_components)*100;; |
︙ |