Skip to content

Commit c585d3e

Browse files
committed
trailing whitespace
1 parent 52dbb11 commit c585d3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ExampleCodes/LinearSolvers/GMRES/Poisson/AMReX_GMRES_Poisson.H

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ void GMRESPOISSON::solve (MultiFab& a_sol, MultiFab const& a_rhs, RT a_tol_rel,
201201
{
202202
orig_rhs.define(m_ba,m_dm,1,0);
203203
MultiFab::Copy(orig_rhs,a_rhs,0,0,1,0);
204-
204+
205205
m_gmres.solve(a_sol, a_rhs, a_tol_rel, a_tol_abs);
206206
}
207207

0 commit comments

Comments
 (0)