Artifact 73e91bfb7d934f91f3e6532ef0313e2fed9ddc3107b6377c39c9264ab51bcdb3:


#!/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)/'




MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]