mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-05 07:41:11 +00:00
Fixed geometry in void extraction
This commit is contained in:
parent
bfc2cf3bcd
commit
06e649203d
2 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,7 @@ struct ParticleInfo
|
|||
{
|
||||
ParticleVector particles;
|
||||
float ranges[3][2];
|
||||
float length[3];
|
||||
};
|
||||
|
||||
bool loadParticleInfo(ParticleInfo& info,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue