Differences From Artifact [6767d53ec7]:

To Artifact [946212c79a]:


1
2
3
4
5

6
7
8
9
10
11
12
/* -*-c-*-	Put emacs into c-mode
 * <mtt_model_name>_sfun_ae.c:
 * Matlab mex algebraic equations for <mtt_model_name>
 */


#include <stdio.h>
#include <stdlib.h>
#include <mex.h>
#include "sfun_debug.h"
#include "<mtt_model_name>_def.h"

/* utility procedures */





>







1
2
3
4
5
6
7
8
9
10
11
12
13
/* -*-c-*-	Put emacs into c-mode
 * <mtt_model_name>_sfun_ae.c:
 * Matlab mex algebraic equations for <mtt_model_name>
 */

#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <mex.h>
#include "sfun_debug.h"
#include "<mtt_model_name>_def.h"

/* utility procedures */

MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]