Overview
Comment:Uses lbl2cmp_txt2m.pl to generate _cmp.m.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 407dee0fc23f789bc98fabc26751061a7c2e7f44945d9d9787b031440da48418
User & Date: geraint@users.sourceforge.net on 2004-08-05 00:02:57
Other Links: branch diff | manifest | tags
Context
2004-08-05
00:54:03
Fixed punctuation in cmp.m check-in: 366fd14505 user: geraint@users.sourceforge.net tags: origin/master, trunk
00:02:57
Uses lbl2cmp_txt2m.pl to generate _cmp.m. check-in: 407dee0fc2 user: geraint@users.sourceforge.net tags: origin/master, trunk
2004-08-04
23:58:23
Simple model consisting of two Oscillators: one built with Dia, the other with Xfig
(requires bond graph patches to be applied to Dia)
check-in: 4d455e8e6f user: geraint@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/mtt from [dbbe566c77] to [cb15fd54b6].

13
14
15
16
17
18
19



20
21
22
23
24
25
26
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29







+
+
+







# Copyright (C) 2001 by Peter J. Gawthrop

###############################################################
## Version control history
###############################################################
## $Header$
## $Log$
## Revision 1.385  2004/08/02 20:25:47  geraint
## abg.m requires lbl.txt to allow units to be checked.
##
## Revision 1.384  2004/08/01 20:13:30  geraint
## ibg2abg transformation does not require lbl.txt (directly)
##
## Revision 1.383  2004/08/01 19:50:07  geraint
## Moved rules for ibg.m and abg.m so that -ibg can be used with dia models.
## Need to create cmp.m files before this combination will work.
##
2787
2788
2789
2790
2791
2792
2793
2794
2795



2796
2797
2798
2799
2800
2801
2802
2790
2791
2792
2793
2794
2795
2796


2797
2798
2799
2800
2801
2802
2803
2804
2805
2806







-
-
+
+
+







endif

#SUMMARY rbg	raw bond graph (m)
#Raw bond graph: fig file to mfile
$1_rbg.m: $1_abg.fig  $1_lbl.txt
	rbg_fig2m $1

$1_cmp.m: $1_rbg.m
	
$1_cmp.m: $1_lbl.txt $1_cmp.txt
	lbl2cmp_txt2m.pl --sys=$1 #--debug

$1_fig.fig: $1_rbg.m
	

#SUMMARY sabg	stripped acausal bond graph (fig)
#SUMMARY sabg	stripped acausal bond graph (ps)
#SUMMARY sabg	stripped acausal bond graph (view)
$1_sabg.fig: $1_rbg.m


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