subsurface/deco.h
Dirk Hohndel 01408a429d Fix unbalanced braces issues in dive.h
The compiler doesn't warn about this, but this looks better.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2013-09-19 10:54:29 -05:00

16 lines
191 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