Commit 44698f45 authored by Otmar Ertl's avatar Otmar Ertl
Browse files

made constant static

parent 633983d4
......@@ -1009,7 +1009,7 @@ uint64_t hllCount(struct hllhdr *hdr, int *invalid) {
double m = HLL_REGISTERS;
double E;
int j;
double alphaInf = 0.5 / log(2.);
static double alphaInf = 0.5 / log(2.);
int regHisto[HLL_Q+2] = {0};
/* Compute register histogram */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment