Differences From Artifact [c2cc49d035]:
- Executable file
mttroot/mtt/bin/trans/abg2cmp_fig2txt
— part of check-in
[af8910cc21]
at
2002-12-06 11:47:49
on branch origin/master
— Checks levels in fig file to extract genuine components
Puts comments at top of cmp.txt file (user: gawthrop@users.sourceforge.net, size: 1414) [annotate] [blame] [check-ins using] [more...]
To Artifact [8f79e32c94]:
- Executable file
mttroot/mtt/bin/trans/abg2cmp_fig2txt
— part of check-in
[0da9a94a57]
at
2002-12-06 22:12:28
on branch origin/master
— Removed unique option from sort
- prevents multiple anonymous components from existing
- duplicate named components are caught by rbg_fig2m.awk anyway (user: geraint@users.sourceforge.net, size: 1568) [annotate] [blame] [check-ins using] [more...]
︙ | |||
8 9 10 11 12 13 14 15 16 17 18 19 20 21 | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | + + + + | ##### Model Transformation Tools ##### ###################################### ############################################################### ## Version control history ############################################################### ## $Log$ ## Revision 1.2 2002/12/06 11:47:49 gawthrop ## Checks levels in fig file to extract genuine components ## Puts comments at top of cmp.txt file ## ## Revision 1.1 2002/12/01 14:54:39 gawthrop ## Replaces defunct abg2lbl_fig2txt ## ## ############################################################### system=$1 |
︙ | |||
68 69 70 71 72 73 74 | 72 73 74 75 76 77 78 79 | - + | ## Create header header > ${outfile} ## Make list of components get_valid_components < ${infile} |\ remove_port_labels |\ remove_junctions |\ |