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
|
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
37
|
+
+
+
+
-
|
# Copyright (c) P.J.Gawthrop 1996
###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.3 1996/08/12 20:20:59 peter
## Explicit parameters via out put list.
## Parameter conversion stuff deleted.
##
## Revision 1.2 1996/08/11 10:41:52 peter
## Fixed various bugs.
##
## Revision 1.1 1996/08/11 08:48:07 peter
## Initial revision
##
###############################################################
# Inform user
echo Creating $1_numpar.m
echo Creating $1_parconv.m
# Remove the old log file
rm -f mknumpar.log
# Use reduce to accomplish the transformation
reduce >mknumpar.log << EOF
|