summaryrefslogtreecommitdiffstats
path: root/deco.c
diff options
context:
space:
mode:
authorGravatar Robert C. Helling <helling@atdotde.de>2015-08-23 16:00:55 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-08-23 07:29:46 -0700
commitcb375623f956c99c211bba0c18ace688e7eb6942 (patch)
treebe3c3c890893bb4a79286e3709008753b1575c43 /deco.c
parent120d09181d55860dcbe5b37835373f79c1e17abd (diff)
downloadsubsurface-cb375623f956c99c211bba0c18ace688e7eb6942.tar.gz
dump_tissues() should be available regardless of macro settings
this does not increas binary size increadably but is usefull when trying to figure out what the planner is doing. Signed-off-by: Robert C. Helling <helling@atdotde.de> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'deco.c')
-rw-r--r--deco.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/deco.c b/deco.c
index 198ffe85b..8bff4c226 100644
--- a/deco.c
+++ b/deco.c
@@ -488,7 +488,6 @@ double add_segment(double pressure, const struct gasmix *gasmix, int period_in_s
return tissue_tolerance_calc(dive);
}
-#ifdef DECO_CALC_DEBUG
void dump_tissues()
{
int ci;
@@ -500,7 +499,6 @@ void dump_tissues()
printf(" %6.3e", tissue_he_sat[ci]);
printf("\n");
}
-#endif
void clear_deco(double surface_pressure)
{