File mttroot/mtt/bin/trans/mtt_vectorise artifact 73e91bfb7d part of check-in 4ed20a8676
#!/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)/'