Skip to content
Snippets Groups Projects
Commit b2d750e9 authored by Kutscher's avatar Kutscher
Browse files

fix 6 for merge request

parent 43149fd0
No related branches found
No related tags found
2 merge requests!193Changing LBMReal to real; Changing double and float to real; Changing using constants from UbMath.h to NumericConstants.h,!191Changing LBMReal to real; Changing double and float to real; Changing using constants from UbMath.h to NumericConstants.h
...@@ -120,7 +120,7 @@ void Simulation::run() ...@@ -120,7 +120,7 @@ void Simulation::run()
auto metisVisitor = std::make_shared<MetisPartitioningGridVisitor>(communicator, auto metisVisitor = std::make_shared<MetisPartitioningGridVisitor>(communicator,
MetisPartitioningGridVisitor::LevelBased, MetisPartitioningGridVisitor::LevelBased,
D3Q27System::DIR_00M, MetisPartitioner::RECURSIVE); vf::lbm::dir::DIR_00M, MetisPartitioner::RECURSIVE);
InteractorsHelper intHelper(grid, metisVisitor); InteractorsHelper intHelper(grid, metisVisitor);
for (auto const &interactor : interactors) for (auto const &interactor : interactors)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment