mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Populate the plot info with tts information
Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
6abbe6f8be
commit
78d782f3e9
1 changed files with 1 additions and 0 deletions
|
@ -603,6 +603,7 @@ struct plot_data *populate_plot_entries(struct dive *dive, struct divecomputer *
|
|||
entry->stopdepth = sample->stopdepth.mm;
|
||||
entry->stoptime = sample->stoptime.seconds;
|
||||
entry->ndl = sample->ndl.seconds;
|
||||
entry->tts = sample->tts.seconds;
|
||||
pi->has_ndl |= sample->ndl.seconds;
|
||||
entry->in_deco = sample->in_deco;
|
||||
entry->cns = sample->cns;
|
||||
|
|
Loading…
Reference in a new issue