From 68e291b94a96f1bf3386a9d6c636d2b16dee3ed6 Mon Sep 17 00:00:00 2001 From: Guilhem Lavaux Date: Wed, 7 Sep 2011 09:57:48 -0500 Subject: [PATCH] Allow subsampling tracers in the stacking --- voztie.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voztie.c b/voztie.c index a18edca..242bf88 100644 --- a/voztie.c +++ b/voztie.c @@ -93,7 +93,7 @@ int main(int argc, char *argv[]) { for (p=0;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);