mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
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>
This commit is contained in:
parent
120d09181d
commit
cb375623f9
1 changed files with 0 additions and 2 deletions
2
deco.c
2
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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue