summaryrefslogtreecommitdiffstats
path: root/profile.c
diff options
context:
space:
mode:
Diffstat (limited to 'profile.c')
-rw-r--r--profile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/profile.c b/profile.c
index cabf49162..2725c27d9 100644
--- a/profile.c
+++ b/profile.c
@@ -1766,7 +1766,7 @@ static struct plot_info *create_plot_info(struct dive *dive, struct divecomputer
entry->ceiling = deco_allowed_depth(ceiling_pressure, surface_pressure, dive, !prefs.calc_ceiling_3m_incr);
}
}
-#if DECO_CALC_DEBUG
+#if DECO_CALC_DEBUG & 1
dump_tissues();
#endif