mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
hist: fix invalid min value
This commit is contained in:
parent
e76f8fc4f4
commit
2ded798e86
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ void hist_reset(struct hist *h)
|
|||
h->higher = 0;
|
||||
h->lower = 0;
|
||||
|
||||
h->highest = DBL_MIN;
|
||||
h->highest = -DBL_MAX;
|
||||
h->lowest = DBL_MAX;
|
||||
|
||||
if (h->data)
|
||||
|
|
Loading…
Add table
Reference in a new issue