mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-05 07:41:11 +00:00
Wrong revert
Revert "Revert "Add more mask""
This reverts commit 863ad3be41
.
This commit is contained in:
parent
863ad3be41
commit
84b451d3ad
5 changed files with 79 additions and 4 deletions
6
voztie.c
6
voztie.c
|
@ -94,9 +94,9 @@ int main(int argc, char *argv[]) {
|
|||
fread(&volstemp,1,sizeof(float),part);
|
||||
if (vols[orig[p]] > -1.)
|
||||
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);
|
||||
// printf("Inconsistent volumes for p. %d: (%10g,%10g)!\n",
|
||||
// orig[p],vols[orig[p]],volstemp);
|
||||
// exit(0);
|
||||
}
|
||||
vols[orig[p]] = volstemp;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue