mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 23:53:23 +00:00
whitespace (planner.c)
Signed-off-by: Rick Walsh <rickmwalsh@gmail.com>
This commit is contained in:
parent
04383e27e5
commit
eb62ced8a1
1 changed files with 0 additions and 1 deletions
|
@ -1067,7 +1067,6 @@ bool plan(struct diveplan *diveplan, struct dive *dive, int timestep, struct dec
|
||||||
diveplan->eff_gflow = lrint(100.0 * (regressiona() * first_stop_depth + regressionb()));
|
diveplan->eff_gflow = lrint(100.0 * (regressiona() * first_stop_depth + regressionb()));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
create_dive_from_plan(diveplan, dive, is_planner);
|
create_dive_from_plan(diveplan, dive, is_planner);
|
||||||
add_plan_to_notes(diveplan, dive, show_disclaimer, error);
|
add_plan_to_notes(diveplan, dive, show_disclaimer, error);
|
||||||
fixup_dc_duration(&dive->dc);
|
fixup_dc_duration(&dive->dc);
|
||||||
|
|
Loading…
Add table
Reference in a new issue