Index: mttroot/mtt/bin/trans/txt2m ================================================================== --- mttroot/mtt/bin/trans/txt2m +++ mttroot/mtt/bin/trans/txt2m @@ -13,10 +13,13 @@ # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% Version control history # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% $Id$ # %% $Log$ +# %% Revision 1.17 1999/11/04 04:54:24 peterg +# %% Removed recreation of smx file. +# %% # %% Revision 1.16 1999/03/06 02:18:10 peterg # %% Changed argument list. # %% # %% Revision 1.15 1999/02/16 21:44:38 peterg # %% Revised smx generation @@ -82,22 +85,10 @@ fi if [ "$representation" = "input" ]; then name='mttu'; arg='(mttt,mttx,mtty)' fi -if [ "$representation" = "simpar" ]; then - # Check if implicit method and generate xmx.m if - implicit=`grep -i METHOD $1_simpar.txt | grep -i -c IMPLICIT` - if [ "$implicit" = "0" ]; then -echo Creating dummy $1_smx.m -cat< $1_smx.m -%% No code as implicit method not used here %% -EOF - else -# mtt -q $1 smx m - fi -fi # Inform user echo Creating $1_$2.m #Create the $2 file complete with headers.