Overview
Comment:Minor bug fixes
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 97449a85e5d28ba75caa05ca5aeb9ebd34c34df42ef0c2e7f7b15d94e8418ab3
User & Date: gawthrop@users.sourceforge.net on 1997-01-21 22:55:59.000
Other Links: branch diff | manifest | tags
Context
1997-01-21
22:57:17
Various bug fixes. check-in: 23cfc41def user: gawthrop@users.sourceforge.net tags: origin/master, trunk
22:55:59
Minor bug fixes check-in: 97449a85e5 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
22:54:54
Initial revision check-in: 8f2fd39006 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
27
28
29







+
+
+
+
+
+







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

###############################################################
## Version control history
###############################################################
## $Header$
## $Log$
## Revision 1.51  1997/01/21 13:16:40  peterg
## Included transformations to language c for:
## ode
## params
## numpar
##
## Revision 1.50  1996/12/21 19:46:52  peterg
## Set to 2.2++
## Changed \* --> \\* in rbg_fig2m.awk
##
## Revision 1.49  1996/12/19 19:55:22  peterg
## Version 2.2 -- Linux.
##
483
484
485
486
487
488
489
490

491
492
493
494
495
496
497
489
490
491
492
493
494
495

496
497
498
499
500
501
502
503







-
+







 $1_params.c: 
	echo Creating $1_params.c
	( \
	echo '/*'; \
	echo "%% Parameter file for system $1 ($1_params.c)"; \
	echo "%% This file provides the system params for simulation:";\
	echo '*/'; \
	echo 'void $1_params()'; \
	echo '$1_params()'; \
	echo '{'; \
	echo '};'; \
        )> $1_params.c

#SUMMARY params	symbolic parameter setting (r)
 $1_params.r: 
	echo Creating $1_params.r

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