summaryrefslogtreecommitdiffstats
path: root/deco.h
diff options
context:
space:
mode:
Diffstat (limited to 'deco.h')
-rw-r--r--deco.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/deco.h b/deco.h
new file mode 100644
index 000000000..f9ed7d4d7
--- /dev/null
+++ b/deco.h
@@ -0,0 +1,12 @@
+#ifndef DECO_H
+#define DECO_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+ extern double tolerated_by_tissue[];
+
+ extern double buehlmann_N2_t_halflife[];
+
+#endif