Overview
Comment:Removed the in _cr.r
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 83cefeec8fa052910231a7d02e2fd1228ee10297cd31514fbf7dd42007acb638
User & Date: gawthrop@users.sourceforge.net on 2000-04-06 11:27:56
Other Links: branch diff | manifest | tags
Context
2000-04-07
08:17:37
Added mttpar to the arg list of cse and cseo check-in: 6a69646ca0 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
2000-04-06
11:27:56
Removed the in _cr.r check-in: 83cefeec8f user: gawthrop@users.sourceforge.net tags: origin/master, trunk
11:09:48
*** empty log message *** check-in: 3c3b5b7d9d user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/trans/cse2csm_r from [007a79f5ee] to [368e8a93b4].

10
11
12
13
14
15
16



17
18
19
20
21
22
23
# Copyright (c) P.J.Gawthrop, 1991, 1994.

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$



## Revision 1.4  1999/11/22 23:49:50  peterg
## Writes out the new MTTNx and MTTNy
##
## Revision 1.3  1999/11/22 23:38:51  peterg
## Now does scse 2 scsm as well.
## Uses mkid.
##







>
>
>







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.5  1999/12/08 02:04:46  peterg
## Removed bug - uj := MTTU(j,1); not commented out
##
## Revision 1.4  1999/11/22 23:49:50  peterg
## Writes out the new MTTNx and MTTNy
##
## Revision 1.3  1999/11/22 23:38:51  peterg
## Now does scse 2 scsm as well.
## Uses mkid.
##
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
rm -f cse2csm_r.log

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

in "$1_def.r";
in "$1_$rep.r";
in "$1_cr.r";
%%in "$1_sympar.r";

OFF Echo;
OFF Nat;

% Get rid of the old mttx and u - now use mkid instead
clear MTTx, MTTu;







|







50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
rm -f cse2csm_r.log

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

in "$1_def.r";
in "$1_$rep.r";
%%in "$1_cr.r";
%%in "$1_sympar.r";

OFF Echo;
OFF Nat;

% Get rid of the old mttx and u - now use mkid instead
clear MTTx, MTTu;


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