Overview
Comment:Put subs.r file into the m-code generation -- allows the off exp;
switch for simpler expresions.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 2b9c75db77b22852a0b37ecf86a6c58d64010bd00818f174f86b0bf75d4488c8
User & Date: gawthrop@users.sourceforge.net on 2000-02-10 15:03:10.000
Other Links: branch diff | manifest | tags
Context
2000-02-10
15:40:18
Initial revision check-in: ce28c6b4f9 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
15:03:10
Put subs.r file into the m-code generation -- allows the off exp;
switch for simpler expresions.
check-in: 2b9c75db77 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
14:58:57
*** empty log message *** check-in: a2460e54e2 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes
10
11
12
13
14
15
16



17
18
19
20
21
22
23
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26







+
+
+







# Copyright (c) P.J.Gawthrop, 1989, 1990, 1991, 1993, 1994, 1995, 1996, 1997,1998,1999

###############################################################
## Version control history
###############################################################
## $Header$
## $Log$
## Revision 1.224  2000/02/08 10:27:04  peterg
## Removed obselete .h stuff
##
## Revision 1.223  2000/02/08 09:55:00  peterg
## Added .oct language for ode
## -- octave loadable builtin
##
## Revision 1.222  1999/12/23 10:03:42  peterg
## Added $1_sympars.txt to numpar.m target
##
1922
1923
1924
1925
1926
1927
1928
1929

1930
1931
1932
1933
1934
1935
1936
1925
1926
1927
1928
1929
1930
1931

1932
1933
1934
1935
1936
1937
1938
1939







-
+








ifeq ($dae_is_ode,1)
$1_ode.r: $1_dae.r
	echo Copying $1_dae.r to $1_ode.r
	cp $1_dae.r  $1_ode.r
endif

$1_ode.m: $1_def.m $1_ode.r $1_sympars.txt
$1_ode.m: $1_def.m $1_ode.r  $1_subs.r $1_sympars.txt
	mtt_r2m $1 ode m; matlab_tidy $1_ode.m

$1_ode.oct: $1_def.r $1_ode.p $1_numpar.p $1_input.p $1_sympars.txt
	mtt_p2oct $1 ode

$1_odea.m: $1_ode.m
	touch $1_odea.m

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