Skip to content

Commit

Permalink
Removed trailing white space
Browse files Browse the repository at this point in the history
  Removed trailing white space that had recently been added on two lines.  All
answers are bitwise identical.
  • Loading branch information
Hallberg-NOAA committed Jun 29, 2017
1 parent 530fea2 commit 5f0fec7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/initialization/MOM_state_initialization.F90
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ subroutine MOM_initialize_state(u, v, h, tv, Time, G, GV, PF, dirs, &
endif
endif ! not from_Z_file.

! The thicknesses in halo points might be needed to initialize the velocities.
! The thicknesses in halo points might be needed to initialize the velocities.
if (new_sim) call pass_var(h, G%Domain)

! Initialize velocity components, u and v
Expand Down
2 changes: 1 addition & 1 deletion src/user/adjustment_initialization.F90
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ subroutine adjustment_initialize_thickness ( h, G, GV, param_file, just_read_par
!! to parse for model parameter values.
logical, optional, intent(in) :: just_read_params !< If present and true, this call will
!! only read parameters without changing h.

real :: e0(SZK_(G)+1) ! The resting interface heights, in m, usually !
! negative because it is positive upward. !
real :: eta1D(SZK_(G)+1)! Interface height relative to the sea surface !
Expand Down

0 comments on commit 5f0fec7

Please sign in to comment.