mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Don't calculate the 9 minute average
We don't do the "smoothed" profile anymore (and haven't for years), so no need to calculate the data. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
eb07faef00
commit
31b34a24cc
2 changed files with 0 additions and 15 deletions
|
|
@ -52,7 +52,6 @@ struct plot_data {
|
|||
int speed;
|
||||
// stats over 9 minute window:
|
||||
int min, max; // indices into pi->entry[]
|
||||
int avg; // actual depth average
|
||||
/* values calculated by us */
|
||||
unsigned int in_deco_calc : 1;
|
||||
int ndl_calc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue