mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
another fix to d_l interpolation in prunevoids
This commit is contained in:
parent
35c7408ee5
commit
a9100b2604
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ int main(int argc, char **argv) {
|
||||||
double result, error;
|
double result, error;
|
||||||
size_t nEval;
|
size_t nEval;
|
||||||
|
|
||||||
int iZ, numZ = 10000;
|
int iZ, numZ = 4000;
|
||||||
double maxZ = 5.0, z, *dL, *redshifts;
|
double maxZ = 5.0, z, *dL, *redshifts;
|
||||||
dL = (double *) malloc(numZ * sizeof(double));
|
dL = (double *) malloc(numZ * sizeof(double));
|
||||||
redshifts = (double *) malloc(numZ * sizeof(double));
|
redshifts = (double *) malloc(numZ * sizeof(double));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue