mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-05 07:41:11 +00:00
Take a few shortcuts in jozov2 to speed up the computation of the largest voids. The output does not seem totally consistent though.
This commit is contained in:
parent
0879abed75
commit
9a63f289d7
2 changed files with 51 additions and 41 deletions
|
@ -127,7 +127,6 @@ void writeZoneFile(const std::string& zonfile, PARTICLE* p, pid_t np,
|
|||
{
|
||||
m[h] = new pid_t[z[h].np];
|
||||
nm[h] = 0;
|
||||
z[h].vol = 0.;
|
||||
}
|
||||
|
||||
for (pid_t i = 0; i < np; i++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue