Overview
Comment:Change temp var name to mtt_t1 etc
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 8ea77c2604bb382a2e9b8aadc59099d8a48acb5586cc9786987190632ee22b4b
User & Date: gawthrop@users.sourceforge.net on 1998-08-13 15:10:47.000
Other Links: branch diff | manifest | tags
Context
1998-08-13
16:25:07
Removed some documentation form odeo.m check-in: 631107f592 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
15:10:47
Change temp var name to mtt_t1 etc check-in: 8ea77c2604 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
14:58:35
Initial revision check-in: 205a8be22a user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes
12
13
14
15
16
17
18



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







+
+
+







# Copyright (c) P.J.Gawthrop 1991, 1994, 1995, 1996, 1998

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.3  1998/08/13 12:43:19  peterg
## Cahnged tmp variable to mtt_1 etc
##
## Revision 1.2  1998/07/27 20:26:44  peterg
## Put in correct N and M values for dm rep
##
## Revision 1.1  1998/07/27 16:30:26  peterg
## Initial revision
##
###############################################################
43
44
45
46
47
48
49
50

51
52
53
54
55
56
57
46
47
48
49
50
51
52

53
54
55
56
57
58
59
60







-
+







% Set up the code generator
% Load the general translator package
LOAD GENTRAN;
GENTRANLANG!* := '$codegenerator;
ON GENTRANSEG;
MAXEXPPRINTLEN!* := 80;
TEMPVARNUM!* := 1;
TEMPVARNAME!* := 'mtt_;
TEMPVARNAME!* := 'mtt_t;

% Matrix output function
in"$MTTPATH/trans/lang_matrix.r";


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

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