Overview
| Comment: | Removed debugging line |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
fa261b716c961e419951686a8da1d8c3 |
| User & Date: | gawthrop@users.sourceforge.net on 2000-11-09 10:12:24.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
2000-11-09
| ||
| 10:19:12 | Explicitly write out the open switches .... check-in: 26d47f74f2 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 10:12:24 | Removed debugging line check-in: fa261b716c user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 09:52:07 | Removed [] from zero_state output check-in: cf3be9ef33 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/def2write_r
from [41c8c42bb2]
to [0684678425].
| ︙ | |||
9 10 11 12 13 14 15 16 17 18 19 20 21 22 | 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | + + + | # Copyright (C) 2000 by Peter J. Gawthrop ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.4 2000/10/14 16:19:54 peterg ## Just optimize one line at a time ... ## ## Revision 1.3 2000/10/11 09:07:17 peterg ## Added csex rep (cse without E) ## ## Revision 1.2 2000/10/10 21:02:17 peterg ## Added cse reps ## ## Revision 1.1 2000/10/10 09:07:32 peterg |
| ︙ | |||
52 53 54 55 56 57 58 59 60 61 62 63 64 65 | 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 | + + + + + + + + + + |
ms="1"
;;
cseo)
matrices='Y'
ns="$Ny"
ms="1"
;;
lde)
matrices='L'
ns="$Nyz"
ms="1"
;;
ldeo)
matrices='Y Yz'
ns="$Ny $Nyz"
ms="1 1"
;;
ode)
matrices='dX'
ns="$Nx"
ms="1"
;;
odeo)
matrices='Y Yz'
|
| ︙ |