Index: mttroot/mtt/bin/trans/mtt_vectorise ================================================================== --- mttroot/mtt/bin/trans/mtt_vectorise +++ mttroot/mtt/bin/trans/mtt_vectorise @@ -1,7 +1,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'