Index: mttroot/mtt/bin/trans/mtt_r2m ================================================================== --- mttroot/mtt/bin/trans/mtt_r2m +++ mttroot/mtt/bin/trans/mtt_r2m @@ -14,10 +14,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.21 2000/08/30 11:43:40 peterg +## -optimise switch added +## ## Revision 1.20 2000/08/30 10:43:17 peterg ## Simplified version using GENTRAN matrix :=: matrix ## lang_matrix is no longer used at all ## ## Revision 1.19 2000/08/28 20:17:59 peterg @@ -308,11 +311,11 @@ Symbols='obs_o obs_h' fi for Symbol in $Symbols; do rm -f $outfile.1 -echo Doing $Symbol +# echo Doing $Symbol if [ "$rep" = "sm" ]||[ "$rep" = "ssm" ]||[ "$rep" = "csm" ]||[ "$rep" = "obs" ]; then case $Symbol in a) N=MTTNx; M=MTTNx @@ -388,11 +391,11 @@ cat mtt_zero.m >> $outfile.pas sed "s/mtt_matrix/mtt$Symbol/" < $outfile.1 |\ grep -v '=0\.0;' >> $outfile.pas -echo Done $Symbol +#echo Done $Symbol done fi