diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-04-20 16:00:28 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-04-20 16:00:28 -0700 |
commit | 31b34a24cc890cb377952a7025a92725220e20a4 (patch) | |
tree | 5bf1f77fbc396617c7f3a401f7dbdf2780a486e7 /core/profile.h | |
parent | eb07faef00c98ddcca3d0035d23661a3c4f30448 (diff) | |
download | subsurface-31b34a24cc890cb377952a7025a92725220e20a4.tar.gz |
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>
Diffstat (limited to 'core/profile.h')
-rw-r--r-- | core/profile.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/profile.h b/core/profile.h index b837b31a1..84913036c 100644 --- a/core/profile.h +++ b/core/profile.h @@ -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; |