Overview
Comment:Some debugging lines removed.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 428cd92a4a7bde03d3a6c7032b65d5256225907cb4355e7caeb8ff56934a88fd
User & Date: gawthrop@users.sourceforge.net on 1996-08-16 14:28:45
Other Links: branch diff | manifest | tags
Context
1996-08-16
14:51:21
Put in some cosmetic postscript options. check-in: f02dd7bf1c user: gawthrop@users.sourceforge.net tags: origin/master, trunk
14:28:45
Some debugging lines removed. check-in: 428cd92a4a user: gawthrop@users.sourceforge.net tags: origin/master, trunk
14:27:25
Make a dummy function when no parameters (MTTNVar=0). check-in: 48861643d3 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/trans/abg2cbg_m from [e6bfabf99a] to [c74eccbadb].

9
10
11
12
13
14
15



16
17
18
19
20
21
22
# Acausal bond graph to causal bond graph: mfile format

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$



## Revision 1.2  1996/08/05 11:25:00  peter
## Removed bonds argument from abg2cbg.
## Removed call to $1_abg.
##
## Revision 1.1  1996/08/04 17:45:11  peter
## Initial revision
##







>
>
>







9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Acausal bond graph to causal bond graph: mfile format

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.3  1996/08/08 18:06:55  peter
## Unified naming scheme.
##
## Revision 1.2  1996/08/05 11:25:00  peter
## Removed bonds argument from abg2cbg.
## Removed call to $1_abg.
##
## Revision 1.1  1996/08/04 17:45:11  peter
## Initial revision
##
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
rm -f mtt_info.txt


#Inform user
echo Creating $1_cbg.m

# 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.
  system_name = '$1';

  % THIS IS A NASTY BUG WORKROUND FOR OCTAVE







|







86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
rm -f mtt_info.txt


#Inform user
echo Creating $1_cbg.m

# 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.
  system_name = '$1';

  % THIS IS A NASTY BUG WORKROUND FOR OCTAVE


MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]