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.15 1999/02/16 21:44:38 peterg +# %% Revised smx generation +# %% # %% Revision 1.14 1999/02/16 04:38:22 peterg # %% Now forces creation of _smx file if METHOD=IMPLICIT in simpar.txt # %% # %% Revision 1.13 1998/08/31 11:43:37 peterg # %% Now lower cases globals in numpar files @@ -74,11 +77,11 @@ name='mttx'; arg=''; fi if [ "$representation" = "input" ]; then name='mttu'; - arg='(mttx,mttt)' + 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" = "1" ]; then