Overview
Comment: | Removed extra ; |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
0bfec29f9dd86c47b356f52763692434 |
User & Date: | gawthrop@users.sourceforge.net on 1997-06-13 12:50:35 |
Other Links: | branch diff | manifest | tags |
Context
1997-06-13
| ||
12:52:18 | Removed extra ; from $PARAMS check-in: 9f6c3bbb2f user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
12:50:35 | Removed extra ; check-in: 0bfec29f9d user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
12:46:59 | Initial revision check-in: a70d6f7acd user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/sm2ir_m from [31aa684b30] to [f8ebca73f6].
︙ | ︙ | |||
20 21 22 23 24 25 26 | rm -f mtt_error if [ "$2" = "" ]; then PARAMS='T=[0:0.1:10];u0=ones(nu,1);x0=zeros(nx,1);' echo Using default parameter $PARAMS else | | | | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | rm -f mtt_error if [ "$2" = "" ]; then PARAMS='T=[0:0.1:10];u0=ones(nu,1);x0=zeros(nx,1);' echo Using default parameter $PARAMS else PARAMS=$2; fi # PARAMS="$PARAMS ;" $MATRIX << EOF > sm2ir_m.log 2>mtt_error.txt % Read in the numeric system parameters $1_numpar; [nx,ny,nu,nz,nyz] = $1_def; |
︙ | ︙ |