Overview
Comment: | Fixed logic rep |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
5523f0b58d309ed6c70bf35ad5bec950 |
User & Date: | gawthrop@users.sourceforge.net on 2000-10-17 09:53:20 |
Other Links: | branch diff | manifest | tags |
Context
2000-10-17
| ||
09:54:07 | logic rep sorted out check-in: 60066730fb user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
09:53:20 | Fixed logic rep check-in: 5523f0b58d user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
09:53:05 | More on logic rep check-in: b18d4a85a4 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/mtt_header from [12b2b249cc] to [18c2c46564].
︙ | ︙ | |||
8 9 10 11 12 13 14 15 16 17 18 19 20 21 | # Copyright (C) 2000 by Peter J. Gawthrop ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.5 2000/10/14 09:12:14 peterg ## No dies arguments and output itself ## ## Revision 1.4 2000/10/14 06:49:31 peterg ## Make parameter listing representation dependent ## ## Revision 1.3 2000/10/11 08:59:15 peterg | > > > | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | # Copyright (C) 2000 by Peter J. Gawthrop ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.6 2000/10/17 08:37:23 peterg ## Included logic rep ## ## Revision 1.5 2000/10/14 09:12:14 peterg ## No dies arguments and output itself ## ## Revision 1.4 2000/10/14 06:49:31 peterg ## Make parameter listing representation dependent ## ## Revision 1.3 2000/10/11 08:59:15 peterg |
︙ | ︙ | |||
75 76 77 78 79 80 81 | states=no; inputs=no; parameters=no; output=mttu args=$inputeqnargs ;; logic) | | | | | 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 | states=no; inputs=no; parameters=no; output=mttu args=$inputeqnargs ;; logic) states=no; inputs=no; parameters=yes; output=open args=$eqnargs ;; numpar) states=no; inputs=no; parameters=no; output='mttpar' ;; |
︙ | ︙ |