mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
bug fixed related to different boundary handling procedure. no guarantee that it's correct (yet) but it runs
This commit is contained in:
parent
03c8f773b6
commit
dd181da42a
6 changed files with 40 additions and 36 deletions
|
@ -290,7 +290,7 @@ void generateSurfaceMask(prepObservation_info& args ,
|
|||
volume *= Rmax*Rmax*Rmax/3/1e6;
|
||||
numToInsert = (int)floor(volume*args.density_fake_arg);
|
||||
// TEST NOT USING MOCK PARTICLES
|
||||
numToIntsert = 0
|
||||
numToInsert = 0;
|
||||
// END TEST
|
||||
cout << format("3d volume to fill: %g (Mpc/h)^3") % volume << endl;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue