mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-07 22:23:51 +00:00
15 lines
186 B
C
15 lines
186 B
C
#ifndef DECO_H
|
|
#define DECO_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern double tolerated_by_tissue[];
|
|
extern double buehlmann_N2_t_halflife[];
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|