mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
added to output line to signal which subsampling has been done; output number of particles on resubsample
This commit is contained in:
parent
69aa5b2676
commit
eca4ef4362
1 changed files with 1 additions and 0 deletions
|
@ -545,6 +545,7 @@ void makeBoxFromParameter(SimuData *simu, SimuData* &boxed, generateMock_info& a
|
|||
}
|
||||
boxed->NumPart = pid_write;
|
||||
delete preselect;
|
||||
cout << "Num accepted here = " << pid_write << " / input = " << pid_read << endl;
|
||||
}
|
||||
|
||||
void makeBoxFromSimulation(SimulationLoader *loader, SimuData* &boxed, MetricFunctor metric, generateMock_info& args_info)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue