Index: mttroot/mtt/bin/mtt ================================================================== --- mttroot/mtt/bin/mtt +++ mttroot/mtt/bin/mtt @@ -12,10 +12,13 @@ ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ +## Revision 1.47 1996/12/07 20:50:16 peterg +## *** empty log message *** +## ## Revision 1.46 1996/12/05 10:48:51 peterg ## Put sympar in clean list. ## sympar now sucks in params.r file ## ## Revision 1.45 1996/12/05 10:41:39 peterg @@ -482,12 +485,11 @@ cat $MTTPATH/trans/m/rcs_header.txt; \ echo; \ echo "% Set up system definitions"; \ echo "[nx,ny,nu,nz,nyz] = $1_def;"; \ echo "% Change the following lines as you wish"; \ - echo "u = zeros(nu,1);"; \ - echo "u(1) = 1;"; \ + echo "u = ones(nu,1);"; \ )> $1_input.m #SUMMARY sspar steady-state definition (r) $1_sspar.r: echo Creating $1_sspar.r