Differences From Artifact [847fd2c0dd]:

To Artifact [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 ]