Index: mttroot/mtt/bin/trans/matlab_tidy ================================================================== --- mttroot/mtt/bin/trans/matlab_tidy +++ mttroot/mtt/bin/trans/matlab_tidy @@ -7,10 +7,17 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +# Revision 1.3 1997/08/28 13:41:57 peterg +# Removes translation of: +# mttx +# mttdx +# mtty +# mttu +# # Revision 1.2 1996/08/20 08:26:06 peter # Version control header added. # ############################################################### @@ -41,20 +48,10 @@ -e "s/ e /e/g" \ -e "s/*;/* .../g" \ -e "s/+;/+ .../g" \ -e "s/ . //g" \ -e "s/^;$//g" \ - -e "s/mttx0/X_0/g" \ - -e "s/mttu0/u_0/g" \ - -e "s/mtty0/y_0/g" \ - -e "s/mtta/A/g" \ - -e "s/mttb/B/g" \ - -e "s/mttc/C/g" \ - -e "s/mttd/D/g" \ - -e "s/mtte/E/g" \ - -e "s/mtttf/G/g" \ - -e "s/mttpar/MTTPAR/g" \ -e "s/\.\.\\$/../g" \ -e "s/\\$/;/g" \ -e "s/inv(mtte)\*/mtte\\\/g"\ -e "s/\\$//" |\ tr -s '\012' '\012'\