Overview
Comment:Removed _
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 5835bbe3cbfea9602bf3645a34631d5d15a5672b61f04bb4142b833095ff7475
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: c5351966cd user: gawthrop@users.sourceforge.net tags: origin/master, trunk
09:06:52
Removed _ check-in: 5835bbe3cb user: gawthrop@users.sourceforge.net tags: origin/master, trunk
09:06:17
New csex rep (uses scope optimisation) check-in: a95f9980a7 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 ]