subsurface/deco.h
Dirk Hohndel 6ccb541f1d Random white space cleanup
Because I can.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2013-10-15 04:37:31 -07:00

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