Index: mttroot/mtt/bin/trans/mtt_txt2m ================================================================== --- mttroot/mtt/bin/trans/mtt_txt2m +++ mttroot/mtt/bin/trans/mtt_txt2m @@ -13,10 +13,13 @@ # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% Version control history # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% $Id$ # %% $Log$ +# %% Revision 1.7 2000/05/19 17:46:17 peterg +# %% Give argument to state +# %% # %% Revision 1.6 2000/05/19 14:59:03 peterg # %% MTT --> mtt in fun output # %% # %% Revision 1.5 2000/05/19 14:05:10 peterg # %% Zero parameters in the numpar.m file @@ -190,8 +193,8 @@ >> $1_$2.m if [ "$2" = "numpar" ]; then echo "## Set up the parameter vector" >> $1_numpar.m; + echo "mttpar = []; # Default to empty matrix (Remove in mtt_m2p)" >> $1_numpar.m; sympar2par_txt2m $1 set >> $1_numpar.m; fi -