Skip to content

Commit

Permalink
Fortting codes in git style
Browse files Browse the repository at this point in the history
  • Loading branch information
hidekb committed Jan 15, 2025
1 parent 42a24e7 commit e26d439
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/walberla_bridge/src/lattice_boltzmann/LBWalberlaImpl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1264,8 +1264,7 @@ class LBWalberlaImpl : public LBWalberlaBase {
auto const values = lbm::accessor::Vector::get(field, *bci);
assert(values.size() == 3u * bci->numCells());

auto func = [&values, &out](uint_t block_index,
uint_t local_index,
auto func = [&values, &out](uint_t block_index, uint_t local_index,
Utils::Vector3i node) {
for (uint_t f = 0u; f < 3u; ++f) {
out[static_cast<unsigned int>(3u * local_index + f)] =
Expand Down

0 comments on commit e26d439

Please sign in to comment.