mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
Factored out the basic preprocessing code (partially inline subsampling)
This commit is contained in:
parent
c50876d994
commit
d291651ff1
3 changed files with 35 additions and 26 deletions
|
@ -40,6 +40,8 @@ protected:
|
|||
|
||||
void reallocSimu(CosmoTool::SimuData *s, long newNumPart);
|
||||
|
||||
|
||||
void basicPreprocessor(SimuData *d, SimulationPreprocessor *preproc);
|
||||
void applyTransformations(CosmoTool::SimuData *s);
|
||||
|
||||
void copyParticleToSimu(const SingleParticle& p, CosmoTool::SimuData *s, long index)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue