Differences From Artifact [797312fca9]:

To Artifact [4f1055cb24]:


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"

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