Overview
| Comment: | Added --dia_output_file to usage. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
cabb98da51755cec8615f528aa2c64b0 |
| User & Date: | geraint@users.sourceforge.net on 2004-08-25 20:16:41.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
2004-08-26
| ||
| 00:03:46 | Octave script to generate a connections structure which describes the component names at the head and tail of each bond of a (possibly vector-expanded) system. check-in: 65118e221f user: geraint@users.sourceforge.net tags: origin/master, trunk | |
|
2004-08-25
| ||
| 20:16:41 | Added --dia_output_file to usage. check-in: cabb98da51 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
|
2004-08-19
| ||
| 19:33:43 | Sorts component list into alphabetical order to improve default lbl.txt generation. check-in: 5ada2f34b7 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/dia2abg.pl
from [727b619778]
to [c5d3faf6c4].
| ︙ | |||
543 544 545 546 547 548 549 | 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 | - + + |
}
sub usage {
return
"\n" .
"Usage: dia2abg.pl --diagram_name <diagram_name> [options]\n" .
"Options:\n" .
|
| ︙ |