Overview
Comment:Hierarchical dia and mixed dia/fig bond graphs now working.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 57a6fc28929966551a8bd8335653a220d4b90a3ed0b7df1a3b80c676dc52c960
User & Date: geraint@users.sourceforge.net on 2002-12-09 00:14:08
Other Links: branch diff | manifest | tags
Context
2002-12-09
09:22:04
Updated name of input variable. check-in: 15b8f41ca1 user: geraint@users.sourceforge.net tags: origin/master, trunk
00:14:08
Hierarchical dia and mixed dia/fig bond graphs now working. check-in: 57a6fc2892 user: geraint@users.sourceforge.net tags: origin/master, trunk
2002-12-07
18:33:08
Added portlist for internal ports. check-in: 6e6c017e61 user: geraint@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/mtt from [373553c271] to [9374ebd6b2].

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.366  2002/12/06 21:56:21  geraint
## Cosmetic change: removed commented-out lines.
##
## Revision 1.365  2002/12/06 12:45:25  gawthrop
## Simplified rule for sub.sh: both fig and dia go via cmp.txt now.
##
## Revision 1.364  2002/12/03 23:28:44  geraint
## Added dependencies for bond graphs built with dia.
##
## Revision 1.363  2002/11/30 13:39:50  gawthrop
2721
2722
2723
2724
2725
2726
2727
2728

2729

2730
2731

2732
2733
2734
2735
2736
2737
2738
2739
2724
2725
2726
2727
2728
2729
2730

2731
2732
2733
2734

2735

2736
2737
2738
2739
2740
2741
2742







-
+

+

-
+
-







	sub_sh2tex -l $1
endif

#SUMMARY abg	acausal bond graph (m)
#Raw bond graph to acausal bond graph: mfile

ifneq ($start_at_abg,yes)
%_abg.m: %_abg.dia %_lbl.txt
%_abg.m: %_abg.dia %_lbl.txt %_alias.m
	abg_dia2m \$*
	(sh \$*_sub.sh "mtt $mtt_switches -q -u -l $level+1 " ' abg m null  || exit 1') || exit 1

%_abg.m: %_rbg.m %_alias.m %_cmp.m %_icd.m
%_abg.m: %_rbg.m %_alias.m %_sub.sh %_icd.m
	cmp2sub_m2sh \$*
	(sh \$*_sub.sh "mtt $mtt_switches -q -u -l $level+1 " ' abg m null  || exit 1') || exit 1
	rbg2abg_m $info_switch \$*
endif

#SUMMARY cbg*	causal bond graph (m)
#Acausal bond graph to causal bond graph: mfile
$1_cbg.m: $1_abg.m


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