9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
+
+
+
+
|
# Acausal bond graph to causal bond graph: mfile format
###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.23 2001/07/26 04:08:35 gawthrop
## Removed lines deleting _type.sh and cbg.m
## -- how did they get there ??
##
## Revision 1.22 2001/07/08 03:28:11 gawthrop
## Fixed a bug: abg2sympar_m2txt neads a _lbl.txt file when using
## "usinglabel" option
##
## Revision 1.21 2001/07/06 00:46:50 gawthrop
## Added -cr option -- forces cr to be loaded before the ese.r file
## This avoids causality problems when using multi-port Rs to represent
|
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
|
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
|
-
+
|
#DESCRIPTION Detailed description here
## System ${system}, representation lbl, language txt
## File ${system}_lbl.txt
## Generated by MTT on `date`
EOF
cat $MTT_DOC/mtt_version.sh
cat $MTT_DOC/mtt_banner.sh
}
write_blurb()
{
cat <<EOF
|