ADDED mttroot/mtt/lib/rep/nppp_rep.sh Index: mttroot/mtt/lib/rep/nppp_rep.sh ================================================================== --- mttroot/mtt/lib/rep/nppp_rep.sh +++ mttroot/mtt/lib/rep/nppp_rep.sh @@ -0,0 +1,167 @@ +#! /bin/sh + +## nppp_rep.sh +## DIY representation "nppp" for mtt +# Copyright (C) 2002 by Peter J. Gawthrop + +sys=$1 +rep=nppp +lang=$2 + +target=${sys}_${rep}.${lang} + +## Make the _nppp.m file +make_nppp() { +filename=${sys}_${rep}.m +echo Creating ${filename} + +cat > ${filename} <