Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RevathiJambunathan committed Nov 26, 2024
1 parent 103dd4e commit 297d548
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 @@ -213,7 +213,7 @@ struct CurlCurlDirichletInfo
bool is_dirichlet_x_edge (int, int j, int k) const
{
#if (AMREX_SPACEDIM == 1)
return is_dirichlet_x_edge_1d(0, j, k);
return is_dirichlet_x_edge_1D(0, j, k);
#elif (AMREX_SPACEDIM == 2)
amrex::ignore_unused(k);
return (j == dirichlet_lo[1]) || (j == dirichlet_hi[1]);
Expand Down

0 comments on commit 297d548

Please sign in to comment.