Differences From Artifact [797312fca9]:
- File mttroot/mtt/lib/rep/sfun_rep/mex_ae.c.tmpl — part of check-in [168a121b9d] at 2002-06-17 14:28:39 on branch origin/master — c files now #include sys_cr.h. (user: geraint@users.sourceforge.net, size: 2218) [annotate] [blame] [check-ins using] [more...]
To Artifact [4f1055cb24]:
- File mttroot/mtt/lib/rep/sfun_rep/mex_ae.c.tmpl — part of check-in [ef6c57a0eb] at 2004-02-20 15:53:00 on branch origin/master — <mtt_model_name>_ae returns void, not double *. (user: geraint@users.sourceforge.net, size: 2214) [annotate] [blame] [check-ins using] [more...]
︙ | |||
23 24 25 26 27 28 29 | 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 */ |
︙ |