Skip to content

Commit

Permalink
misspelling in a profiler
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnonaka committed Jan 17, 2025
1 parent a74c72e commit b90aa61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/LinearSolvers/AMReX_GMRES.H
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ void GMRES<V,M>::solve (V& a_sol, V const& a_rhs, RT a_tol_rel, RT a_tol_abs, in
template <typename V, typename M>
void GMRES<V,M>::cycle (V& a_xx, int& a_status, int& a_itcount, RT& a_rnorm0)
{
BL_PROFILE("GMREA::cycle()");
BL_PROFILE("GMRES::cycle()");

m_res = m_linop->norm2(m_vv[0]);
m_grs[0] = m_res;
Expand Down

0 comments on commit b90aa61

Please sign in to comment.