Overview
| Comment: | Removed bonds argument from abg2cbg. Removed call to $1_abg. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
14410eb92e9f28dc853babd21cdad4b1 |
| User & Date: | gawthrop@users.sourceforge.net on 1996-08-05 11:25:00.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
1996-08-05
| ||
| 12:01:28 | The _cmp function now returns the number of ports. check-in: e3e93fced8 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 11:25:00 |
Removed bonds argument from abg2cbg. Removed call to $1_abg. check-in: 14410eb92e user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 10:14:46 | Made ports appear, in order, at top of component lists check-in: 6c1d5ab4b6 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/abg2cbg_m
from [32e6945c14]
to [06b7d781ea].
1 2 3 4 5 6 7 8 9 10 11 12 13 | 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 | - + + + + |
#! /bin/sh
######################################
##### Model Transformation Tools #####
######################################
# Bourne shell script: abg2cbg_m
#
# Acausal bond graph to causal bond graph: mfile format
###############################################################
## Version control history
###############################################################
|
| ︙ | |||
81 82 83 84 85 86 87 | 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 | - - - + | # Use matrix manipulation to accomplish the transformation $MATRIX >abg2cbg_m.log 2>>abg2cbg_m.log << EOF infofile= '$infofile'; %Convert from acausal to causal bond graph in m-file form. |
| ︙ |