Overview
| Comment: | Removed a debugging line |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
84b1729332a8c6e329977f1716924eb4 |
| User & Date: | gawthrop@users.sourceforge.net on 1999-11-15 22:57:20.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
1999-11-16
| ||
| 05:53:21 | Added sensitivity (-s) switch check-in: e2fe39fe52 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
|
1999-11-15
| ||
| 22:57:20 | Removed a debugging line check-in: 84b1729332 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 22:47:53 | Generates method-specific code. check-in: 24bf9aa64e user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/mtt_r2m
from [6e105aaf4f]
to [8864749d74].
| ︙ | |||
12 13 14 15 16 17 18 19 20 21 22 23 24 25 | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | + + + | # Copyright (c) P.J.Gawthrop 1991, 1994, 1995, 1996, 1998 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.11 1999/11/01 21:20:14 peterg ## Removed the E matrix from the cse file. ## ## Revision 1.10 1999/10/27 07:38:30 peterg ## Now does cse version -- but not needed now exept for Euler integration ## ## Revision 1.9 1999/10/26 23:47:58 peterg ## Now does cse.m file ## ## Revision 1.8 1999/07/26 06:07:19 peterg |
| ︙ | |||
144 145 146 147 148 149 150 | 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 | - + |
GENTRANSHUT "mtt_ode";
END;;
EOF
else
## cse representation
|
| ︙ |