Overview
Comment: | Added rules to create headers for sorted systems: sesx and sesy. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
fc45617aa4d1d3670f1b1837e63df0de |
User & Date: | geraint@users.sourceforge.net on 2004-08-29 01:48:46 |
Other Links: | branch diff | manifest | tags |
Context
2004-08-29
| ||
02:59:30 | Added -make-sort option and rules to generate simulation using sesx and sesy. check-in: 8d085efec2 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
01:48:46 | Added rules to create headers for sorted systems: sesx and sesy. check-in: fc45617aa4 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
01:46:56 | Added rules to create ode2odes for sorted system: sesx and sesy. check-in: 1ab148e7b8 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/mtt_header from [fdd9fd468f] to [b4490c7732].
︙ | ︙ | |||
8 9 10 11 12 13 14 15 16 17 18 19 20 21 | # Copyright (C) 2000 by Peter J. Gawthrop ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.62 2004/07/19 22:22:25 geraint ## Fixed initialisation of ColumnVectors for -oct. ## ## Revision 1.61 2004/06/21 16:30:41 gawthrop ## Don't zero for cc code ## ## Revision 1.60 2004/06/21 16:05:58 gawthrop | > > > | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | # Copyright (C) 2000 by Peter J. Gawthrop ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.63 2004/08/28 22:08:41 geraint ## Fixed zeromatrices statements: spaces instead of commas ## ## Revision 1.62 2004/07/19 22:22:25 geraint ## Fixed initialisation of ColumnVectors for -oct. ## ## Revision 1.61 2004/06/21 16:30:41 gawthrop ## Don't zero for cc code ## ## Revision 1.60 2004/06/21 16:05:58 gawthrop |
︙ | ︙ | |||
405 406 407 408 409 410 411 412 413 414 415 416 417 418 | states=yes; inputs=yes; parameters=yes; output="mttdx,mtty"; args=$eqnargs; zeromatrices="dx y"; ;; sm) states=no; inputs=no; parameters=yes; output='mtta,mttb,mttc,mttd' args=mttpar; zeromatrices='a b c d'; | > > > > > > > > > > > > > > > > | 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 | states=yes; inputs=yes; parameters=yes; output="mttdx,mtty"; args=$eqnargs; zeromatrices="dx y"; ;; sesx) states=yes; inputs=yes; parameters=yes; output='mttdx' args=$eqnargs zeromatrices='dx' ;; sesy) states=yes; inputs=yes; parameters=yes; output='mtty' args=$eqnargs zeromatrices='y' ;; sm) states=no; inputs=no; parameters=yes; output='mtta,mttb,mttc,mttd' args=mttpar; zeromatrices='a b c d'; |
︙ | ︙ |