Skip to content

Commit

Permalink
fix indenting
Browse files Browse the repository at this point in the history
  • Loading branch information
DeniseWorthen committed Apr 7, 2024
1 parent 34c9783 commit e7d2527
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cicecore/drivers/nuopc/cmeps/ice_import_export.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1774,9 +1774,9 @@ subroutine state_setexport_4d(state, fldname, input, index, lmask, ifrac, ungrid
end do
else
do j = jlo, jhi
do i = ilo, ihi
n = n+1
dataPtr1d(n) = input(i,j,index,iblk)
do i = ilo, ihi
n = n+1
dataPtr1d(n) = input(i,j,index,iblk)
end do
end do
end if
Expand Down

0 comments on commit e7d2527

Please sign in to comment.