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: 644f6421a6d69acd4e344113a68d25ea7dd078769cef1678811bba08a5df84b0
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: 62bb84791a user: gawthrop@users.sourceforge.net tags: origin/master, trunk
09:17:24
Makde global - ie allow for right-hand side terms check-in: 644f6421a6 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
2000-10-11
09:08:20
Initial revision check-in: 80f79ad08b 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
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)/'
sed 's/mtt\([a-z]*\)(\([0-9]*\),1)/mtt\1(\2)/g'



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