Algorithmic changes in lookupParent

This commit is contained in:
Guilhem Lavaux 2010-09-19 10:34:01 +02:00
parent 0ca75f1846
commit 9260208edc
5 changed files with 79 additions and 60 deletions

View file

@ -10,7 +10,7 @@ struct ZobovZone
struct ZobovVoid
{
std::vector<ZobovZone *> zId;
std::vector<int> zId;
float proba;
int numParticles, coreParticle;
float volume;