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:
Miroslav Lichvar 2017-06-27 13:27:32 +02:00
parent 13111c1dd8
commit 5e1e31ad5f

View file

@ -34,7 +34,7 @@
#include "logging.h"
#include "util.h"
#define MAX_POINTS 128
#define MAX_POINTS 64
void
RGR_WeightedRegression