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

Remove debugging label

parent 1addb7ad
No related branches found
No related tags found
1 merge request!6Feature/crs
......@@ -86,7 +86,7 @@ class AcousticSolver
const NodeValuePerCell<double>& ljr,
const NodeValuePerCell<Rd>& njr)
{
Kokkos::parallel_for("new nested Ajr", m_mesh.numberOfCells(), KOKKOS_LAMBDA(const int& j) {
Kokkos::parallel_for(m_mesh.numberOfCells(), KOKKOS_LAMBDA(const int& j) {
const size_t& nb_nodes =m_Ajr.numberOfSubValues(j);
const double& rho_c = rhocj(j);
for (size_t r=0; r<nb_nodes; ++r) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment