Index: mttroot/mtt/lib/rep/sfun_rep/sfun_interface.c.tmpl ================================================================== --- mttroot/mtt/lib/rep/sfun_rep/sfun_interface.c.tmpl +++ mttroot/mtt/lib/rep/sfun_rep/sfun_interface.c.tmpl @@ -11,10 +11,11 @@ #include #include #include "simstruc.h" #include "sfun_debug.h" #include "_def.h" +#include "_sympar.h" static double *mttu; /* pointer to inputs */ static double *mttpar; /* pointer to parameters */ static double *mttx; /* pointer to states */ static double *mtty; /* pointer to outputs */ @@ -64,11 +65,10 @@ /* system equations */ static void _numpar (void) { -#include "_sympar.h" #include "_numpar.c" PRINT_LEAVE; } /* utility procedures */