Overview
Comment:Version 2.2 -- Linux.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 5b67615bb3707515a398a6c4182201061b3dcede6c87ea918e9df646d8521b87
User & Date: gawthrop@users.sourceforge.net on 1996-12-19 19:55:22
Other Links: branch diff | manifest | tags
Context
1996-12-21
19:46:52
Set to 2.2++
Changed \* --> \\* in rbg_fig2m.awk
check-in: beadefdd98 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1996-12-19
19:55:22
Version 2.2 -- Linux. check-in: 5b67615bb3 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
10:24:29
Uniform conversion of mttxi --> x_{i} for x,u,y and z
Convert ???mttx to mtt x for x,u,y and z
check-in: 5d3ded19e2 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/mtt from [5b342f7825] to [31183ff2aa].

10
11
12
13
14
15
16



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

###############################################################
## Version control history
###############################################################
## $Header$
## $Log$



## Revision 1.47  1996/12/07 20:50:16  peterg
## *** empty log message ***
##
## Revision 1.46  1996/12/05 10:48:51  peterg
## Put sympar in clean list.
## sympar now sucks in params.r file
##







>
>
>







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

###############################################################
## Version control history
###############################################################
## $Header$
## $Log$
## Revision 1.48  1996/12/07 21:33:52  peterg
## Changed _input file to give unit step on ALL inputs
##
## Revision 1.47  1996/12/07 20:50:16  peterg
## *** empty log message ***
##
## Revision 1.46  1996/12/05 10:48:51  peterg
## Put sympar in clean list.
## sympar now sucks in params.r file
##
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
  esac
  shift
done

#Print header if not in quiet (-q) mode.
if [ "$quiet" != "quiet" ]; then
  echo
  echo 'MTT (Model Transformation Tools) version 2.1++'
  echo 'This is free software with ABSOLUTELY NO WARRANTY.'
  echo 'Type `mtt warranty'\' 'for details.'
  echo
fi

if [ -z "$1" ]; then
  echo 'Usage: mtt help'







|







181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
  esac
  shift
done

#Print header if not in quiet (-q) mode.
if [ "$quiet" != "quiet" ]; then
  echo
  echo 'MTT (Model Transformation Tools) version 2.2'
  echo 'This is free software with ABSOLUTELY NO WARRANTY.'
  echo 'Type `mtt warranty'\' 'for details.'
  echo
fi

if [ -z "$1" ]; then
  echo 'Usage: mtt help'


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