Overview
Comment: | Now convert ALL globals to VAR .. the last one isn't repeated now |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
caf5e3338bee6f6724d18c952a0e8ca8 |
User & Date: | gawthrop@users.sourceforge.net on 1998-11-18 14:38:01 |
Other Links: | branch diff | manifest | tags |
Context
1998-11-18
| ||
15:07:37 | Space after all globals check-in: 107836b191 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
14:38:01 | Now convert ALL globals to VAR .. the last one isn't repeated now check-in: caf5e3338b user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
13:50:29 | Removed writeing of EYz matrix check-in: 745f438a69 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/mtt_m2p from [ecf4721684] to [a35fb52a67].
︙ | ︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 | # Copyright (c) P.J.Gawthrop 1998 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.21 1998/11/17 17:26:11 peterg ## Put sign.p first ## ## Revision 1.20 1998/10/01 16:01:09 peterg ## Now does implicit integration with switches ## ## Revision 1.19 1998/09/29 15:37:18 peterg | > > > | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | # Copyright (c) P.J.Gawthrop 1998 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.22 1998/11/17 17:39:45 peterg ## Put _smx include at end of list (?????) ## ## Revision 1.21 1998/11/17 17:26:11 peterg ## Put sign.p first ## ## Revision 1.20 1998/10/01 16:01:09 peterg ## Now does implicit integration with switches ## ## Revision 1.19 1998/09/29 15:37:18 peterg |
︙ | ︙ | |||
235 236 237 238 239 240 241 | } } else { if (doing_header==1){ if (rep=="ode2odes"){ printf("VAR \n"); | | | 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 | } } else { if (doing_header==1){ if (rep=="ode2odes"){ printf("VAR \n"); for (k=1;k<=i;k++) printf(" %s,\n",global[k]) printf("%s : REAL;\n", global[i]) printvar("x",Nx); printvar("u",Nu); printvar("y",Ny); printvar("_t",Nt); printf("\n{%s sign.p}\n",inc) |
︙ | ︙ |