mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
13 lines
162 B
C
13 lines
162 B
C
|
#ifndef DECO_H
|
||
|
#define DECO_H
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
extern double tolerated_by_tissue[];
|
||
|
|
||
|
extern double buehlmann_N2_t_halflife[];
|
||
|
|
||
|
#endif
|