From a9100b2604d7606e713491074449a0dfd39ad040 Mon Sep 17 00:00:00 2001 From: "P.M. Sutter" Date: Wed, 5 Mar 2014 08:40:23 -0600 Subject: [PATCH] another fix to d_l interpolation in prunevoids --- c_tools/stacking/pruneVoids.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c_tools/stacking/pruneVoids.cpp b/c_tools/stacking/pruneVoids.cpp index 34f9552..ae27469 100644 --- a/c_tools/stacking/pruneVoids.cpp +++ b/c_tools/stacking/pruneVoids.cpp @@ -170,7 +170,7 @@ int main(int argc, char **argv) { double result, error; size_t nEval; - int iZ, numZ = 10000; + int iZ, numZ = 4000; double maxZ = 5.0, z, *dL, *redshifts; dL = (double *) malloc(numZ * sizeof(double)); redshifts = (double *) malloc(numZ * sizeof(double));