Skip to content

Commit ec29728

Browse files
committed
4 space indenting of continuation lines
1 parent e13b8f7 commit ec29728

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/MOM_barotropic.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2537,10 +2537,10 @@ subroutine btstep(U_in, V_in, eta_in, dt, bc_accel_u, bc_accel_v, forces, pbce,
25372537
do j=js,je ; do i=is,ie
25382538
if (eta(i,j) < 0.0) then
25392539
write(mesg,'(" at ", ES12.4, ES12.4, i7, i7)') &
2540-
G%geoLonT(i,j), G%geoLatT(i,j), i + G%HI%idg_offset, j + G%HI%jdg_offset
2540+
G%geoLonT(i,j), G%geoLatT(i,j), i + G%HI%idg_offset, j + G%HI%jdg_offset
25412541
if (err_count < 2) &
25422542
call MOM_error(WARNING, "btstep: negative eta in a non-Boussinesq barotropic solver "//&
2543-
trim(mesg), all_print=.true.)
2543+
trim(mesg), all_print=.true.)
25442544
err_count = err_count + 1
25452545
endif
25462546
enddo ; enddo

0 commit comments

Comments
 (0)