mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Calculate deco stops, TTS and NDL
Calculate TTS and NDL, and Deco stops when they don't already exist in the samle and show them in the mouse-over. Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f3b81ab54d
commit
35356e364d
2 changed files with 89 additions and 1 deletions
|
|
@ -26,6 +26,7 @@ struct plot_data {
|
|||
int ceiling;
|
||||
int ceilings[16];
|
||||
int ndl;
|
||||
int tts;
|
||||
int stoptime;
|
||||
int stopdepth;
|
||||
int cns;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue