Skip to content
Snippets Groups Projects
Commit 9b34e9db authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Clean-up

parent a16b179c
Branches
Tags
1 merge request!7Feature/itemvalue
......@@ -70,7 +70,7 @@ class AcousticSolver
Kokkos::parallel_for(m_mesh.numberOfNodes(), KOKKOS_LAMBDA(const NodeId& r) {
Rdd sum = zero;
const auto& node_to_cell = node_to_cell_matrix[r];//.rowConst(r);
const auto& node_to_cell = node_to_cell_matrix[r];
const auto& node_local_number_in_its_cells
= node_local_numbers_in_their_cells.itemValues(r);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment