Artifact 73e91bfb7d934f91f3e6532ef0313e2fed9ddc3107b6377c39c9264ab51bcdb3:
- Executable file
mttroot/mtt/bin/trans/mtt_vectorise
— part of check-in
[4ed20a8676]
at
2000-10-11 08:27:27
on branch origin/master
— New piped version.
any mttnn variable
looks for () not [] (user: gawthrop@users.sourceforge.net, size: 170) [annotate] [blame] [check-ins using] [more...]
#!/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)/'