Particle reduced to ftm eval only

This commit is contained in:
2019-09-25 09:30:16 +02:00
parent 36c64b5032
commit 24bbc56f28
6 changed files with 908 additions and 285 deletions

View File

@@ -103,7 +103,6 @@ static Stats::Statistics<float> run(Settings::DataSetup setup, int numFile, std:
auto init = std::make_unique<MyPFInitUniform>(&mesh); // uniform distribution
auto eval = std::make_unique<MyPFEval>();
eval->assignProps = true;
eval->kalmanMap = kalmanMap;
//auto trans = std::make_unique<MyPFTrans>(mesh);
auto trans = std::make_unique<MyPFTransStatic>();