Differences From Artifact [eae4b74875]:
- Executable file mttroot/mtt/bin/trans/sm2ir_m — part of check-in [5ca7145984] at 2000-12-28 12:48:53 on branch origin/master — Put under RCS (user: gawthrop@users.sourceforge.net, size: 1253) [annotate] [blame] [check-ins using] [more...]
To Artifact [1eb0d56a1a]:
- Executable file mtt/bin/trans/sm2ir_m — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 1292) [annotate] [blame] [check-ins using] [more...]
- Executable file mttroot/mtt/bin/trans/sm2ir_m — part of check-in [ea49cb21e2] at 2006-03-21 00:14:19 on branch origin/master — Use simpar to set time axis (as in step response equivalent) (user: gawthrop@users.sourceforge.net, size: 1292) [annotate] [blame] [check-ins using]
︙ | |||
29 30 31 32 33 34 35 36 37 38 39 | 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 | + + + - - - + - | # PARAMS="$PARAMS ;" $MATRIX << EOF > sm2ir_m.log 2>mtt_error.txt % Read in the numeric system parameters mttpar = $1_numpar; % Read in the simulation parameters simpar = $1_simpar; [nx,ny,nu,nz,nyz] = $1_def; t=0; %Just in case it appears in the parameter list. |
︙ |