Overview
Comment: | Include _subs |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
db32859bad7158fa1684d7d58cecaf18 |
User & Date: | gawthrop@users.sourceforge.net on 1998-04-07 08:45:48 |
Other Links: | branch diff | manifest | tags |
Context
1998-04-07
| ||
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 | |
08:44:11 | zapped eta - it messes up theta check-in: 4a371c0bfd user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/dm2tf_r from [0fd0ce29e4] to [60f01453cb].
︙ | ︙ | |||
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 38 39 40 41 | # 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; OFF Nat; %create sE-A %MTT_SEA := s*MTTE-MTTA; | > > > > | 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 38 39 40 41 42 43 44 45 | # Copyright (c) P.J.Gawthrop, 1991, 1993, 1994. ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.2 1998/03/27 15:00:23 peterg ## reduce ---> symbolic ## ## 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"; IN "$1_subs.r"; OFF Echo; OFF Nat; %create sE-A %MTT_SEA := s*MTTE-MTTA; |
︙ | ︙ |