Overview
| Comment: | <mtt_model_name>_ae returns void, not double *. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
3c29ac88b71a39997d9bfb34ce2c3772 |
| User & Date: | geraint@users.sourceforge.net on 2004-02-20 15:53:00.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
2004-02-20
| ||
| 20:42:40 | Initialize Flipped.cons with [] instead of "". check-in: b8bebc4f7b user: geraint@users.sourceforge.net tags: origin/master, trunk | |
| 15:53:00 | <mtt_model_name>_ae returns void, not double *. check-in: 3c29ac88b7 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
| 11:48:50 |
[ 852694 ] octave 2.1.52 breaks rbg2abg same fix as rbg2abg.m check-in: 4796bcf0b3 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/rep/sfun_rep/mex_ae.c.tmpl
from [797312fca9]
to [4f1055cb24].
| ︙ | ︙ | |||
23 24 25 26 27 28 29 |
fprintf (stderr, "*** Error: failed to allocate memory\n");
}
return (double *) p;
}
/* system equations */
| | | 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
fprintf (stderr, "*** Error: failed to allocate memory\n");
}
return (double *) p;
}
/* system equations */
static void
<mtt_model_name>_ae (double *mttyz,
const double *mttx,
const double *mttu,
const double mttt,
const double *mttpar)
{
#include "<mtt_model_name>_ae.c"
|
| ︙ | ︙ |