diff options
author | Rick Walsh <rickmwalsh@gmail.com> | 2017-10-29 17:34:00 +1100 |
---|---|---|
committer | Robert C. Helling <helling@atdotde.de> | 2017-10-30 21:48:15 +0100 |
commit | eb62ced8a185927ca1c6328e54a84b2f684dfcd1 (patch) | |
tree | 28a689ba03867f3b7a37154a1de140e1e491390a /core/planner.c | |
parent | 04383e27e5d5c9563e7b0f68f425b3ae079d5427 (diff) | |
download | subsurface-eb62ced8a185927ca1c6328e54a84b2f684dfcd1.tar.gz |
whitespace (planner.c)
Signed-off-by: Rick Walsh <rickmwalsh@gmail.com>
Diffstat (limited to 'core/planner.c')
-rw-r--r-- | core/planner.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/planner.c b/core/planner.c index c0b07680d..3ba8f4c9f 100644 --- a/core/planner.c +++ b/core/planner.c @@ -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())); } - create_dive_from_plan(diveplan, dive, is_planner); add_plan_to_notes(diveplan, dive, show_disclaimer, error); fixup_dc_duration(&dive->dc); |