worked on wifi-scanner for linux
new time-grouping for vap grouper adjusted test-cases minor changes/fixes/improvements
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#define STATS_MAXIMUM_H
|
||||
|
||||
#include "../../Assertions.h"
|
||||
#include <limits>
|
||||
|
||||
namespace Stats {
|
||||
|
||||
@@ -9,7 +10,7 @@ namespace Stats {
|
||||
|
||||
private:
|
||||
|
||||
const Scalar START = -99999999;
|
||||
const Scalar START = std::numeric_limits<Scalar>::lowest();
|
||||
Scalar curMax;
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user