Overview
Comment:Removed _
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 46f2009d823b80e9263563d43292a2620fa23ad09ea0deab4627831eda99ced0
User & Date: gawthrop@users.sourceforge.net on 2000-10-11 09:06:52
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
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)/'






|


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)/'



MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]