Overview
| Comment: | reduce --> $SYMBOLIC |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
ff30ff3cbd9f1c99d6d81c8addb45dec |
| User & Date: | gawthrop@users.sourceforge.net on 2000-04-07 19:11:59.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
2000-04-08
| ||
| 10:23:38 | Added -noglobal option check-in: 91565f88a1 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
|
2000-04-07
| ||
| 19:11:59 | reduce --> $SYMBOLIC check-in: ff30ff3cbd user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 19:10:57 | *** empty log message *** check-in: 82eb6c5f5a user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/cse2csm_r
from [368e8a93b4]
to [96b3a83f69].
| ︙ | ︙ | |||
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.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 | > > > | 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.6 2000/04/06 11:27:56 peterg ## Removed the in _cr.r ## ## 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 |
| ︙ | ︙ | |||
46 47 48 49 50 51 52 |
echo Representation must be csm or scsm;
exit
esac
# Remove the old log file
rm -f cse2csm_r.log
# Use reduce to accomplish the transformation
| | | 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 |
echo Representation must be csm or scsm;
exit
esac
# Remove the old log file
rm -f cse2csm_r.log
# Use reduce to accomplish the transformation
$SYMBOLIC >cse2csm_r.log << EOF
in "$1_def.r";
in "$1_$rep.r";
%%in "$1_cr.r";
%%in "$1_sympar.r";
OFF Echo;
|
| ︙ | ︙ |