ED_MAX_SAMPLES_NO
struct point points[ED_MAX_SAMPLES_NO];
if (samples>ED_MAX_SAMPLES_NO)
ED_MAX_SAMPLES_NO);
int samples[ED_MAX_SAMPLES_NO]; /* may be shorter */
ED_MAX_SAMPLES_NO*sizeof(int);
ED_MAX_SAMPLES_NO*sizeof(int);