mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Remove extra local variable declaration
Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
9f7102f9da
commit
1e92a8e648
1 changed files with 1 additions and 1 deletions
|
@ -443,7 +443,7 @@ double init_decompression(struct dive *dive)
|
|||
#endif
|
||||
}
|
||||
if (!deco_init) {
|
||||
double surface_pressure = get_surface_pressure_in_mbar(dive, TRUE) / 1000.0;
|
||||
surface_pressure = get_surface_pressure_in_mbar(dive, TRUE) / 1000.0;
|
||||
clear_deco(surface_pressure);
|
||||
#if DECO_CALC_DEBUG & 2
|
||||
printf("no previous dive\n");
|
||||
|
|
Loading…
Reference in a new issue