Overview
Comment:Makde global - ie allow for right-hand side terms
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 34967f2efe8050af34f749919ff8d05f92a5af20061bb2f7c4ed9e830c023876
User & Date: gawthrop@users.sourceforge.net on 2000-10-12 09:17:24
Other Links: branch diff | manifest | tags
Context
2000-10-12
12:32:23
Initial revision check-in: 8baddcf689 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
09:17:24
Makde global - ie allow for right-hand side terms check-in: 34967f2efe user: gawthrop@users.sourceforge.net tags: origin/master, trunk
2000-10-11
09:08:20
Initial revision check-in: c3b2147ee1 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/trans/mtt_vectorise from [847fd2c0dd] to [637c205a0e].

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



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