Skip to content

Commit 92bafd1

Browse files
committed
Whitespace edit
1 parent 564de15 commit 92bafd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Src/LinearSolvers/MLMG/AMReX_MLEBABecLap_2D_K.H

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@ void mlebabeclap_normalize (Box const& box, Array4<Real> const& phi,
837837

838838
Real phig_gamma = (Real(1.0) + gx*sx + gy*sy + gx*gy*sx*sy);
839839
Real feb_gamma = -phig_gamma/dg * beb(i,j,k,n);
840-
gamma += -vfrcinv*feb_gamma;
840+
gamma += -vfrcinv * feb_gamma;
841841
}
842842

843843
phi(i,j,k,n) /= gamma;

0 commit comments

Comments
 (0)