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.5 1998/07/25 20:10:01 peterg +# %% Lower case mttx +# %% # %% Revision 1.4 1998/07/25 09:42:37 peterg # %% Now writes out an array # %% # %% Revision 1.3 1998/07/25 08:11:35 peterg # %% No longer used the SS method - just sets zero states @@ -33,11 +36,12 @@ # Inform user echo Creating $1_state.txt #Create the state file complete with headers. -echo "# Initial state file ($1_state.txt)" > $1_state.txt +echo '# -*-octave-*- Put Emacs into octave-mode' > $1_state.txt +echo "# Initial state file ($1_state.txt)" >> $1_state.txt echo "# Generated by MTT at `date`" >> $1_state.txt cat $MTTPATH/trans/rcs_header.sh >> $1_state.txt #Write out the defaults -- states to steady-state values echo "# Set the states" >> $1_state.txt