mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-05 07:41:11 +00:00
Algorithmic changes in lookupParent
This commit is contained in:
parent
0ca75f1846
commit
9260208edc
5 changed files with 79 additions and 60 deletions
|
@ -10,7 +10,7 @@ struct ZobovZone
|
|||
|
||||
struct ZobovVoid
|
||||
{
|
||||
std::vector<ZobovZone *> zId;
|
||||
std::vector<int> zId;
|
||||
float proba;
|
||||
int numParticles, coreParticle;
|
||||
float volume;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue