Overview
Comment:New piped version.
any mttnn variable
looks for () not []
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 4ed20a867680dcfa2aeabf556e4125c7027e8989b9b7cce2238265796e76f610
User & Date: gawthrop@users.sourceforge.net on 2000-10-11 08:27:27
Other Links: branch diff | manifest | tags
Context
2000-10-11
08:52:46
Creates csex (cse with dxe only) rep. check-in: b0fa64f3c6 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
08:27:27
New piped version.
any mttnn variable
looks for () not []
check-in: 4ed20a8676 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
08:01:42
Added noglobal fudge check-in: 3ade5884b1 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/trans/mtt_vectorise from [0612d65c2d] to [73e91bfb7d].

1
2
3
4
5
6
7
8
9
#!/bin/sh
# Vectorises the matrix output of reduce ie converts [n,1] to [n]
# Copyright (C) 2000 by Peter J. Gawthrop

mv $1 $1_junk
sed 's/mtt_matrix\[\([0-9]*\),1\]/mtt_matrix[\1]/'< $1_junk > $1
rm -f $1_junk



|


<
|
<


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 ]