diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-01-04 11:56:43 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-01-04 11:56:43 -0800 |
commit | 1b22ac16f2ae22ad49a1c6bdd7b2fd9f6997e35f (patch) | |
tree | ad5462c64c50fe78b6d09d41fabde860378db4ec /profile.c | |
parent | 65c85b39ea8bd6cfcb1ab8a7b70726872bad461a (diff) | |
download | subsurface-1b22ac16f2ae22ad49a1c6bdd7b2fd9f6997e35f.tar.gz |
Clean up DEBUG code
It's still a mess (and the symbols aren't used consistently), but it's a
tiny bit more logical...
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'profile.c')
-rw-r--r-- | profile.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |