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.15 2002/03/26 12:00:37 geraint +# %% Escaped characters to eliminate awk warnings. +# %% # %% Revision 1.14 2001/07/13 04:54:04 geraint # %% Branch merge: numerical-algebraic-solution back to main. # %% # %% Revision 1.13.4.2 2001/07/09 00:24:58 geraint # %% input rep: Removed input name mapping, left state name mapping. @@ -187,10 +190,27 @@ if [ "$representation" = "input" ]; then echo >> $outfile echo "## States" >>$outfile mtt_name2array $system state >> $outfile # Set up state by name fi + +## Special for simpar rep +if [ "$representation" = "simpar" ]; then + cat >> $outfile<> $outfile echo "## User defined code from $1_$2.txt" >> $outfile cat $1_$2.txt | strip_comments | grep -v METHOD |\