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:
Guilhem Lavaux 2013-04-01 23:36:32 +02:00
parent 0879abed75
commit 9a63f289d7
2 changed files with 51 additions and 41 deletions

View file

@ -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++)