Overview
Comment: | Changed name of html document. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
067f2832734e57c593b169dbb7e1103e |
User & Date: | gawthrop@users.sourceforge.net on 1996-10-01 11:04:05 |
Other Links: | branch diff | manifest | tags |
Context
1996-10-01
| ||
14:08:05 |
Replaced $() by `` Replaced make with gmake check-in: ab337b2a22 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
11:04:05 | Changed name of html document. check-in: 067f283273 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
1996-09-13
| ||
19:41:39 | *** empty log message *** check-in: 270ec6561f user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mtt from [c3b8a57c25] to [6ac738927c].
︙ | ︙ | |||
10 11 12 13 14 15 16 17 18 19 20 21 22 23 | # Copyright (c) P.J.Gawthrop, 1989, 1990, 1991, 1993, 1994, 1995, 1996. ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ ## 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. ## ## Revision 1.25 1996/08/30 20:03:45 peter | > > > | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | # Copyright (c) P.J.Gawthrop, 1989, 1990, 1991, 1993, 1994, 1995, 1996. ############################################################### ## 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. ## ## Revision 1.25 1996/08/30 20:03:45 peter |
︙ | ︙ | |||
125 126 127 128 129 130 131 | echo Invoking info info -f $MTTPATH/doc/mtt.info $2 exit fi if [ "$1" = "hinfo" ] && [$2 = ""]; then echo Invoking $HTMLVIEW | | | 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 | echo Invoking info info -f $MTTPATH/doc/mtt.info $2 exit fi if [ "$1" = "hinfo" ] && [$2 = ""]; then echo Invoking $HTMLVIEW (cd $MTTPATH/doc; $HTMLVIEW ./mtt_toc.html)& exit fi if [ "$1" = "manual" ] && [$2 = ""]; then echo Invoking $DVIVIEW $DVIVIEW $MTTPATH/doc/mtt.dvi & exit |
︙ | ︙ | |||
315 316 317 318 319 320 321 | $1_numpar.m: $1_sympar.r sympar2numpar_r2m $1 $1_params.m: echo Creating $1_params.m ( \ | < | | 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 | $1_numpar.m: $1_sympar.r sympar2numpar_r2m $1 $1_params.m: echo Creating $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 $1_input.m: echo Creating $1_input.m |
︙ | ︙ |