Differences From 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...]
To Artifact [ca0d3e6d3b]:
- File mtt/lib/rep/sfun_rep/mex_ae.c.tmpl — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 2316) [annotate] [blame] [check-ins using] [more...]
- File mttroot/mtt/lib/rep/sfun_rep/mex_ae.c.tmpl — part of check-in [f40162ac3d] at 2004-02-23 21:47:50 on branch origin/master — [ 898904 ] Remove mex dependency for RTW (user: geraint@users.sourceforge.net, size: 2316) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | + + | /* -*-c-*- Put emacs into c-mode * <mtt_model_name>_sfun_ae.c: * Matlab mex algebraic equations for <mtt_model_name> */ #if <have_algebraic_equations> /* have_algebraic_equations */ #include <math.h> #include <stdio.h> #include <stdlib.h> #include <mex.h> #include "sfun_debug.h" #include "useful-functions.hh" #include "<mtt_model_name>_def.h" |
︙ | |||
112 113 114 115 116 117 118 | 114 115 116 117 118 119 120 121 122 | + + | PRINT_LEAVE; } #ifdef __cplusplus } #endif #endif /* have_algebraic_equations */ |