Artifact 847fd2c0ddc03a1d7fda6d69f5570e72e0874ffec8feddae6a96409c7ec7fd5f:
- Executable file mttroot/mtt/bin/trans/mtt_vectorise — part of check-in [5835bbe3cb] at 2000-10-11 09:06:52 on branch origin/master — Removed _ (user: gawthrop@users.sourceforge.net, size: 168) [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)/'