mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
fixed output of null matches in voidOverlap
This commit is contained in:
parent
e78f26a228
commit
ed788a5421
1 changed files with 1 additions and 1 deletions
|
@ -386,7 +386,7 @@ int main(int argc, char **argv) {
|
|||
catalog1.voids[iVoid1].densCon);
|
||||
|
||||
} else {
|
||||
fprintf(fp, "%d %.4f 0.0 0.0 0.0 0.0 0.0 0 0 0 0.0\n", voidID,
|
||||
fprintf(fp, "%d %.4f 0.0 0.0 0.0 0.0 0.0 0 0 0 0.0 0.0\n", voidID,
|
||||
catalog1.voids[iVoid1].radiusMpc);
|
||||
}
|
||||
} // end printing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue