repo.or.cz
/
sddekit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
src/ include/ test/ fig/ objs/
[sddekit.git]
/
include
/
sk_sys.h
blob
6d593aa22747144468c55a60371270079a247230
1
/* Apache 2.0 INS-AMU 2015 */
2
3
#ifndef SK_SYS_H
4
#define SK_SYS_H
5
6
#include
"sk_solv.h"
7
8
typedef
struct
{
9
double
a
,
tau
,
D
;
10
}
sk_sys_exc_dat
;
11
12
SK_DEFSYS
(
sk_sys_exc
);
13
14
#endif