src/ include/ test/ fig/ objs/
[sddekit.git] / include / sk_sys.h
blob6d593aa22747144468c55a60371270079a247230
1 /* Apache 2.0 INS-AMU 2015 */
3 #ifndef SK_SYS_H
4 #define SK_SYS_H
6 #include "sk_solv.h"
8 typedef struct {
9 double a, tau, D;
10 } sk_sys_exc_dat;
12 SK_DEFSYS(sk_sys_exc);
14 #endif