bug fixed related to different boundary handling procedure. no guarantee that it's correct (yet) but it runs

This commit is contained in:
Paul M. Sutter 2024-06-06 00:49:53 +02:00
parent 03c8f773b6
commit dd181da42a
6 changed files with 40 additions and 36 deletions

View file

@ -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;