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 18, 2018
1 parent 5f19507 commit d07120c
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 @@ -1132,7 +1132,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 d07120c

Please sign in to comment.