Skip to content

Commit

Permalink
clang-tide to ignore static warning
Browse files Browse the repository at this point in the history
  • Loading branch information
RevathiJambunathan committed Nov 27, 2024
1 parent 297d548 commit b472ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/LinearSolvers/MLMG/AMReX_MLCurlCurl_K.H
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ struct CurlCurlDirichletInfo
}

[[nodiscard]] AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE
bool is_dirichlet_x_edge (int, int j, int k) const
bool is_dirichlet_x_edge (int, int j, int k) const // NOLINT(readability-convert-member-functions-to-static)
{
#if (AMREX_SPACEDIM == 1)
return is_dirichlet_x_edge_1D(0, j, k);
Expand Down

0 comments on commit b472ed9

Please sign in to comment.