mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Code cleanup: Indentation mistake plus simplification
Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
This commit is contained in:
parent
d703ba99c1
commit
337f82c876
1 changed files with 1 additions and 2 deletions
|
@ -543,8 +543,7 @@ void clear_deco(struct deco_state *ds, double surface_pressure)
|
|||
ds->n2_regen_radius[ci] = get_crit_radius_N2();
|
||||
ds->he_regen_radius[ci] = get_crit_radius_He();
|
||||
}
|
||||
ds->gf_low_pressure_this_dive = surface_pressure;
|
||||
ds->gf_low_pressure_this_dive += buehlmann_config.gf_low_position_min;
|
||||
ds->gf_low_pressure_this_dive = surface_pressure + buehlmann_config.gf_low_position_min;
|
||||
ds->max_ambient_pressure = 0.0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue