Overview
Comment:Correct log file name
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 6c01109532e2bb3a9c04da04e73c1bbdc2fcf1211edbbf06532aa45c62d4e386
User & Date: gawthrop@users.sourceforge.net on 1998-04-07 15:06:46
Other Links: branch diff | manifest | tags
Context
1998-04-07
15:23:30
Initial revision check-in: d077ec19f8 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
15:06:46
Correct log file name check-in: 6c01109532 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
08:45:48
Include _subs check-in: db32859bad user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/trans/ese2rdae_r from [eac1bd257e] to [36ebd78c74].

10
11
12
13
14
15
16



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

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



## Revision 1.2  1998/03/07 12:51:20  peterg
## This is the new version of ese2dae - it does not do the CRs at this
## stage to give reduce an easier time.
##
## rese2ese_r does the constitutive relationship bit
##
## Revision 1.1  1998/03/07 12:49:31  peterg







>
>
>







10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright (c) P.J.Gawthrop, 1991, 1994, 1996

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.3  1998/03/07 12:57:19  peterg
## Fixed logname bug
##
## Revision 1.2  1998/03/07 12:51:20  peterg
## This is the new version of ese2dae - it does not do the CRs at this
## stage to give reduce an easier time.
##
## rese2ese_r does the constitutive relationship bit
##
## Revision 1.1  1998/03/07 12:49:31  peterg
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
fi

defname=$topname"_def.r"
crname=$topname"_cr.r"
paramname=$topname"_params.r"
daename=$sysname"_rdae.r"
esename=$sysname"_ese.r"
logname=$sysname"_rdae.log"

# Inform user
echo Creating $daename

# Remove the old log file
rm -f $logname








|







76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
fi

defname=$topname"_def.r"
crname=$topname"_cr.r"
paramname=$topname"_params.r"
daename=$sysname"_rdae.r"
esename=$sysname"_ese.r"
logname=ese2rdae.log

# Inform user
echo Creating $daename

# Remove the old log file
rm -f $logname


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