Index: mttroot/mtt/bin/trans/struc2state_txt2txt ================================================================== --- mttroot/mtt/bin/trans/struc2state_txt2txt +++ mttroot/mtt/bin/trans/struc2state_txt2txt @@ -13,10 +13,13 @@ # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% Version control history # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% $Id$ # %% $Log$ +# %% Revision 1.7 1998/08/10 13:55:11 peterg +# %% Added option of computing from ss values +# %% # %% Revision 1.6 1998/07/27 20:32:11 peterg # %% Octave mode forced # %% # %% Revision 1.5 1998/07/25 20:10:01 peterg # %% Lower case mttx @@ -56,11 +59,11 @@ cat $1_ss.r $1_struc.txt | sed 's/\$//' |\ awk '{ if(match($1,"MTTx")>0) { j++ - split($0,a,"="); print j,$0,a[2] + split($0,a,"="); x[j]=a[2]; } if($1=="state") { i++;