mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
profile: remove min/max entries from plot_data
These were the minimum and maximum of a 9-min window. The profile now uses an adaptive peak-search, so this is not used anymore. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
7ef0ae02a8
commit
01af4bcd00
2 changed files with 0 additions and 50 deletions
|
@ -61,8 +61,6 @@ struct plot_data {
|
|||
int mod, ead, end, eadd;
|
||||
velocity_t velocity;
|
||||
int speed;
|
||||
// stats over 9 minute window:
|
||||
int min, max; // indices into pi->entry[]
|
||||
/* values calculated by us */
|
||||
unsigned int in_deco_calc : 1;
|
||||
int ndl_calc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue