ADDED mttroot/mtt/bin/trans/make_sim Index: mttroot/mtt/bin/trans/make_sim ================================================================== --- /dev/null +++ mttroot/mtt/bin/trans/make_sim @@ -0,0 +1,41 @@ +#!/bin/sh + +## Makes the sensitivity simulation +## Copyright (C) 2001 by Peter J. Gawthrop + +sys=$1 +lang=$2 + +outfile=${sys}_sim.${lang} + +echo Creating $outfile +make_m() { +mtt_header ${sys} sim m > ${outfile} +cat >> ${outfile} <