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 double *
<mtt_model_name>_ae (double *mttyz,
const double *mttx,
const double *mttu,
const double mttt,
const double *mttpar)
{
#include "<mtt_model_name>_ae.c"
|
|
|
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"
|