Overview
Comment:Don't read "params.r"
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 10ea327389f612b73f0762b77fa14f5d4c533de6ab5784fcb594a8b701bfa1b4
User & Date: gawthrop@users.sourceforge.net on 2001-07-23 23:29:20
Other Links: branch diff | manifest | tags
Context
2001-07-23
23:31:17
Added -cr option to load CRs first - avoids alg. loops with R
implementation of mutiports.
check-in: ffc6515571 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
23:29:20
Don't read "params.r" check-in: 10ea327389 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
23:27:49
More efficient generation of optimised code (I hope) check-in: d04d4d3adc user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/trans/cse_r2tex from [b46ed08c0b] to [a671e2cc38].

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, 1991, 1994.

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.6  2000/08/24 11:48:55  peterg
## Include _subs file
##
## Revision 1.5  1999/11/22 23:44:47  peterg
## Now does scse as well
##
## Revision 1.4  1999/11/22 23:04:08  peterg
## *** empty log message ***
##
# Revision 1.3  1996/11/12  09:53:59  peterg
40
41
42
43
44
45
46
47

48
49
50
51
52
53
54
43
44
45
46
47
48
49

50
51
52
53
54
55
56
57







-
+







# Use reduce to accomplish the transformation
reduce >cse_r2tex.log << EOF

%Read the definitions file
in "$1_def.r";

%Read the parameter file
in "$1_params.r";
%%in "$1_params.r";

%Read the substitution file
in "$1_subs.r";

%Read the simplification file
in "$1_simp.r";


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