Overview
Comment: | To RCS prior to inplementing vector junctions |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
6d24f3efbb441acb8af9160a244a0c88 |
User & Date: | gawthrop@users.sourceforge.net on 1999-08-19 05:22:16 |
Other Links: | branch diff | manifest | tags |
Context
1999-08-19
| ||
05:39:55 | Put into octave format check-in: 2ea28e3393 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
05:22:16 | To RCS prior to inplementing vector junctions check-in: 6d24f3efbb user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
1999-08-18
| ||
06:20:32 | Put -u back again ..... check-in: b9bae93739 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/m/rbg2abg.m from [aa49fa00f2] to [1f050d5d62].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | + + + + | function [bonds,components] = rbg2abg(name,rbonds,rstrokes,rcomponents,\ port_coord,port_name,\ infofile,errorfile) % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %% Revision 1.38 1999/03/12 00:58:06 peterg % %% Now gets portlist from the _abg.m file NOT the _rbg.m file % %% - this allows expansion of vector SS ports. % %% % %% Revision 1.37 1998/07/28 19:06:43 peterg % %% Still some bugs (vector SS ports)?? % %% % %% Revision 1.36 1998/07/28 10:30:50 peterg % %% Implemented vector SS ports. % %% % %% Revision 1.35 1998/07/08 15:35:15 peterg |
︙ | |||
559 560 561 562 563 564 565 | 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 | - + + + + + + + | # % Recompute the number of unsorted ports # [n_unsorted_ports,m_unsorted_ports] = size(unsorted_port_list); # if m_unsorted_ports==0 # n_unsorted_ports = 0; # end; |
︙ |