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);