Skip to content

Commit

Permalink
Remove trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-marques committed Apr 16, 2018
1 parent 1488b78 commit 69c2c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parameterizations/vertical/MOM_tidal_mixing.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,7 @@ subroutine setup_tidal_diagnostics(G,CS)
integer :: isd, ied, jsd, jed, nz
type(tidal_mixing_diags), pointer :: dd

isd = G%isd; ied = G%ied; jsd = G%jsd; jed = G%jed; nz = G%ke
isd = G%isd; ied = G%ied; jsd = G%jsd; jed = G%jed; nz = G%ke
dd => CS%dd

if ((CS%id_Kd_itidal > 0) .or. (CS%id_Kd_itidal_z > 0) .or. &
Expand Down

0 comments on commit 69c2c96

Please sign in to comment.