aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/deco.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/deco.c b/core/deco.c
index c104205d8..44103cb47 100644
--- a/core/deco.c
+++ b/core/deco.c
@@ -506,6 +506,7 @@ void add_segment(struct deco_state *ds, double pressure, const struct gasmix *ga
return;
}
+#if DECO_CALC_DEBUG
void dump_tissues(struct deco_state *ds)
{
int ci;
@@ -517,6 +518,7 @@ void dump_tissues(struct deco_state *ds)
printf(" %6.3e", ds->tissue_he_sat[ci]);
printf("\n");
}
+#endif
void clear_vpmb_state(struct deco_state *ds) {
int ci;