aboutsummaryrefslogtreecommitdiffstats
path: root/deco.h
blob: f9ed7d4d772ee5612a0fc83d5def7618534d0f87 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef DECO_H
#define DECO_H

#ifdef __cplusplus
extern "C" {
#endif

  extern double tolerated_by_tissue[];

  extern double buehlmann_N2_t_halflife[];

#endif