Particle reduced to ftm eval only
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user