Index: mttroot/mtt/bin/mtt ================================================================== --- mttroot/mtt/bin/mtt +++ mttroot/mtt/bin/mtt @@ -12,10 +12,13 @@ ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ +## Revision 1.28 1996/09/13 18:44:11 peter +## Added params dependencies. +## ## Revision 1.27 1996/09/12 19:24:56 peter ## New numpar/params setup. ## ## Revision 1.26 1996/09/10 17:04:47 peter ## Added impulse response (ir) representation. @@ -127,11 +130,11 @@ exit fi if [ "$1" = "hinfo" ] && [$2 = ""]; then echo Invoking $HTMLVIEW - (cd $MTTPATH/doc; $HTMLVIEW ./mtt.html)& + (cd $MTTPATH/doc; $HTMLVIEW ./mtt_toc.html)& exit fi if [ "$1" = "manual" ] && [$2 = ""]; then echo Invoking $DVIVIEW @@ -317,12 +320,11 @@ sympar2numpar_r2m $1 $1_params.m: echo Creating $1_params.m ( \ - echo "function u = $1_params"; \ - echo "%% Paramaters file for system $1 ($1_params.m)"; \ + echo "%% Parameter file for system $1 ($1_params.m)"; \ echo "%% This file provides the system params for simulation:";\ cat $MTTPATH/trans/m/rcs_header.txt; \ echo; \ )> $1_params.m