Overview
Comment: | Added "IF MTTNx>0 THEN" to avoid error message when no states |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
0fd592aaf1f029b6416a741c29a29233 |
User & Date: | gawthrop@users.sourceforge.net on 1998-11-18 11:42:55 |
Other Links: | branch diff | manifest | tags |
Context
1998-11-18
| ||
11:55:51 | Now uses sympar2global_txt2m for the m bit check-in: 756ebf5439 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
11:42:55 | Added "IF MTTNx>0 THEN" to avoid error message when no states check-in: 0fd592aaf1 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
11:34:24 |
Cleaned up to: work properly for no globals no need to repeat las global check-in: 630e6a8f42 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/sspar2ss_r from [a962e03b00] to [3f752395e0].
︙ | |||
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 | + + + | # Copyright (c) P.J.Gawthrop, 1990, 1994. ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.2 1998/07/22 15:47:28 peterg ## Now operates on ordinary differential equation file. ## ## Revision 1.1 1996/08/25 09:52:20 peter ## Initial revision ## ############################################################### #Inform user echo Creating $1_ss.r |
︙ | |||
38 39 40 41 42 43 44 | 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 | - + + + + + + - - - + + + + - - + + + + + - + - - + - - + + + + + + - + - - - - + + + + + + + + + + + + - - + + + + - + + + + + | %Read the steady-state values in "$1_sspar.r"; %Read in the constrained-state equation %in "$1_cse.r"; %Read in the ode |
︙ |