Overview
Comment:reduce ---> symbolic
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: fa840c983f53c8f4090277f127603782591d5d1923c9b1d69642e6c84e92e0d6
User & Date: gawthrop@users.sourceforge.net on 1998-03-27 15:00:23
Other Links: branch diff | manifest | tags
Context
1998-03-30
14:18:07
Removed NERO command check-in: 6e15043d86 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1998-03-27
15:00:23
reduce ---> symbolic check-in: fa840c983f user: gawthrop@users.sourceforge.net tags: origin/master, trunk
13:32:25
Removed sympar prerequisites from ss reps. check-in: f8bf10af5b user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/trans/dm2tf_r from [7b35edd35c] to [0fd0ce29e4].

10
11
12
13
14
15
16



17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Copyright (c) P.J.Gawthrop, 1991, 1993, 1994.

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



###############################################################

#Inform user
echo Creating $1_tf.r

# Remove the old log file
rm -f dm2tf_r.log

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

%ON FLOAT;

IN "$1_def.r";
IN "$1_dm.r";

OFF Echo;







>
>
>









|







10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Copyright (c) P.J.Gawthrop, 1991, 1993, 1994.

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.1  1996/08/25 10:09:55  peter
## Initial revision
##
###############################################################

#Inform user
echo Creating $1_tf.r

# Remove the old log file
rm -f dm2tf_r.log

# Use reduce to accomplish the transformation
$SYMBOLIC >dm2tf_r.log << EOF

%ON FLOAT;

IN "$1_def.r";
IN "$1_dm.r";

OFF Echo;


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