Differences From Artifact [1b479e7eb4]:
- File mttroot/mtt/lib/rep/sfun_rep/sfun_input.c.tmpl — part of check-in [e168fd1202] at 2002-06-05 10:54:12 on branch origin/master — #include "useful-functions.hh" added to files. (user: geraint@users.sourceforge.net, size: 3567) [annotate] [blame] [check-ins using] [more...]
To Artifact [37d9259f60]:
- File mtt/lib/rep/sfun_rep/sfun_input.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: 3600) [annotate] [blame] [check-ins using] [more...]
- File mttroot/mtt/lib/rep/sfun_rep/sfun_input.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: 3600) [annotate] [blame] [check-ins using]
︙ | |||
10 11 12 13 14 15 16 17 18 19 20 21 22 23 | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | + | #include <stdio.h> #include <stdlib.h> #include "simstruc.h" #include "sfun_debug.h" #include "useful-functions.hh" #include "<mtt_model_name>_def.h" #include "<mtt_model_name>_sympar.h" #include "<mtt_model_name>_cr.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 */ static double mttt; /* time */ |
︙ |