File mttroot/mtt/bin/trans/mtt_vectorise artifact 847fd2c0dd part of check-in c3b2147ee1
#!/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)/'