Overview
| Comment: | Eliminated argument list too long warnings. Now get a Segmentation Fault with very long equations! |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/optimise-algebraic-equations | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
df4560e091aff58526a9a3fc956e7800 |
| User & Date: | geraint@users.sourceforge.net on 2002-06-05 23:34:33.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
2002-06-06
| ||
| 16:28:45 | Eliminated use of variable to pass rhs expression to optimise check-in: c355dc9a3f user: geraint@users.sourceforge.net tags: origin/optimise-algebraic-equations, trunk | |
|
2002-06-05
| ||
| 23:34:33 |
Eliminated argument list too long warnings. Now get a Segmentation Fault with very long equations! check-in: df4560e091 user: geraint@users.sourceforge.net tags: origin/optimise-algebraic-equations, trunk | |
| 18:23:38 | Cosmetic change. check-in: 56f530fcb4 user: geraint@users.sourceforge.net tags: origin/optimise-algebraic-equations, trunk | |
Changes
Modified mttroot/mtt/bin/trans/def2write_r
from [4b36af9cb9]
to [793816fd35].
1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | - + + + + | #!/bin/sh |
| ︙ | |||
166 167 168 169 170 171 172 173 | 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 | + - - - + + + + + + - + |
{
sys="$1"
lhs="$2"
lhs=`echo $lhs | sed 's/MTTEdX/MTTdX/'`
dae="${sys}_dae.r"
tmp=mtt_optimise.tmp
|
| ︙ |
Modified mttroot/mtt/bin/trans/mtt_optimise.sh
from [a0808806c8]
to [3b8f7df6f9].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | + + - - + + - - - - + + + + + - + - + - - + - - - - - - - - - - + - | #! /bin/sh set -e filename="$1" # get expression to optimise |