Skip to content

Commit c9c0e5f

Browse files
committed
Indentation changes
1 parent 057ee7e commit c9c0e5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core_atmosphere/dynamics/mpas_atm_boundaries.F

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ subroutine mpas_atm_update_bdy_tend(clock, streamManager, block, firstCall, ierr
323323

324324
MPAS_ACC_TIMER_START('mpas_atm_update_bdy_tend [ACC_data_xfer]')
325325
if (.not. firstCall) then
326-
!$acc exit data copyout(lbc_tend_u, lbc_tend_ru, lbc_tend_rho_edge, lbc_tend_w, &
326+
!$acc exit data copyout(lbc_tend_u, lbc_tend_ru, lbc_tend_rho_edge, lbc_tend_w, &
327327
!$acc lbc_tend_theta, lbc_tend_rtheta_m, lbc_tend_rho_zz, &
328328
!$acc lbc_tend_rho, lbc_tend_scalars)
329329
end if

0 commit comments

Comments
 (0)