Factored out the basic preprocessing code (partially inline subsampling)

This commit is contained in:
Guilhem Lavaux 2013-02-26 17:04:13 -05:00
parent c50876d994
commit d291651ff1
3 changed files with 35 additions and 26 deletions

View file

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