regress: reduce maximum number of points to 64
This corresponds to the maximum number of points used by regress users.
This commit is contained in:
parent
13111c1dd8
commit
5e1e31ad5f
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
||||||
#include "logging.h"
|
#include "logging.h"
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
|
|
||||||
#define MAX_POINTS 128
|
#define MAX_POINTS 64
|
||||||
|
|
||||||
void
|
void
|
||||||
RGR_WeightedRegression
|
RGR_WeightedRegression
|
||||||
|
|
Loading…
Reference in a new issue