mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
fix
This commit is contained in:
parent
0ca75f1846
commit
617ddb8f70
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ public:
|
|||
}
|
||||
|
||||
std::cout << "Linking voids together..." << std::endl;
|
||||
double volMin = 4*M_PI/3*pow(4.*512/500.,3);
|
||||
double volMin = 4*M_PI/3*pow(40.*512/500.,3);
|
||||
int inserted = 0;
|
||||
for (int i = rep.allVoids.size()-1; i>=0;i--)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue