mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
Allow subsampling tracers in the stacking
This commit is contained in:
parent
aed10fb62c
commit
68e291b94a
1 changed files with 1 additions and 1 deletions
2
voztie.c
2
voztie.c
|
@ -93,7 +93,7 @@ int main(int argc, char *argv[]) {
|
|||
for (p=0;p<nvp;p++) {
|
||||
fread(&volstemp,1,sizeof(float),part);
|
||||
if (vols[orig[p]] > -1.)
|
||||
if (fabs(vols[orig[p]]-volstemp)/volstemp > 1.1e-3) {
|
||||
if (fabs(vols[orig[p]]-volstemp)/volstemp > 1.5e-3) {
|
||||
printf("Inconsistent volumes for p. %d: (%10g,%10g)!\n",
|
||||
orig[p],vols[orig[p]],volstemp);
|
||||
exit(0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue