1
0
Fork 0
mirror of https://github.com/subsurface/subsurface.git synced 2025-02-19 22:16:15 +00:00
subsurface/deco.h

16 lines
186 B
C
Raw Normal View History

#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