Overview
| Comment: | Removed _ |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
46f2009d823b80e9263563d43292a262 |
| User & Date: | gawthrop@users.sourceforge.net on 2000-10-11 09:06:52.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
2000-10-11
| ||
| 09:07:17 | Added csex rep (cse without E) check-in: eadaab2c6f user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 09:06:52 | Removed _ check-in: 46f2009d82 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 09:06:17 | New csex rep (uses scope optimisation) check-in: 743e2c961f user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/mtt_vectorise
from [73e91bfb7d]
to [847fd2c0dd].
1 2 3 4 | #!/bin/sh # Vectorises the matrix output of reduce ie converts (n,1) to (n) # Copyright (C) 2000 by Peter J. Gawthrop | | | 1 2 3 4 5 6 7 | #!/bin/sh # Vectorises the matrix output of reduce ie converts (n,1) to (n) # Copyright (C) 2000 by Peter J. Gawthrop sed 's/mtt\([a-z]*\)(\([0-9]*\),1)/mtt\1(\2)/' |