Overview
| Comment: | Removed fifth argument from _input |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
1fb8f2e128ed2b70b8331a7abe6fb5b4 |
| User & Date: | gawthrop@users.sourceforge.net on 2000-05-18 09:39:38.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
2000-05-18
| ||
| 09:45:45 | Fixed missing ; check-in: 2b87daff90 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 09:39:38 | Removed fifth argument from _input check-in: 1fb8f2e128 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 09:27:07 | Now does matrix version of smxa check-in: a82ebd773f user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/mtt_m2p
from [e652f8d2b9]
to [5b46bb8bb2].
| ︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | + + + + | # Copyright (c) P.J.Gawthrop 1998 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.47 2000/05/16 18:56:03 peterg ## Upgraded for new simulation approach - uses data files to input ## parameters -- no more argv stuff ## ## Revision 1.46 2000/05/16 11:59:01 peterg ## Updated for new data file parameter/state update ## ## Revision 1.45 2000/05/13 13:16:52 peterg ## Matrix initialisation for smxa ## ## Revision 1.44 2000/05/13 11:52:16 peterg |
| ︙ | |||
209 210 211 212 213 214 215 | 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 | - + - |
simpar)
echo "PROCEDURE $Sys_rep(VAR mttsimpar : SimulationParameters);"
;;
input)
echo "PROCEDURE $Sys_rep(VAR mttu : InputVector;"
echo " mttt : REAL;"
echo " mttx : StateVector;"
|
| ︙ |