Skip to content

Commit

Permalink
Unindent preprocessor macros
Browse files Browse the repository at this point in the history
  • Loading branch information
rcabell authored and scrasmussen committed Nov 6, 2024
1 parent 1db6c94 commit 65f9252
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Routing/module_channel_routing.F90
Original file line number Diff line number Diff line change
Expand Up @@ -858,11 +858,11 @@ Subroutine drive_CHANNEL(did, latval,lonval,KT, IXRT,JXRT, SUBRTSWCRT, &
! endif !!! order(1) .ne. 1
end do !--k links

#ifdef MPP_LAND
#ifdef MPP_LAND
call updateLake_seq(RESHT,nlakes,tmpRESHT)
call updateLake_seq(QLAKEO,nlakes,tmpQLAKEO)
call updateLake_seq(QLAKEI,nlakes,tmpQLAKEI)
#endif
#endif

!yw check
! gQLINK = 0.0
Expand Down

0 comments on commit 65f9252

Please sign in to comment.