From f18fd9f76217b5da2ffd359270bc8ca580c14fab Mon Sep 17 00:00:00 2001 From: Alistair Adcroft Date: Mon, 13 Jun 2016 13:29:48 -0400 Subject: [PATCH] Replaced tabs with spaces in DOME_initialization - These tabs slipped through somehow... --- src/user/DOME_initialization.F90 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/user/DOME_initialization.F90 b/src/user/DOME_initialization.F90 index 62ce8b6913..829912a338 100644 --- a/src/user/DOME_initialization.F90 +++ b/src/user/DOME_initialization.F90 @@ -239,9 +239,9 @@ subroutine DOME_set_Open_Bdry_Conds(OBC, tv, G, GV, param_file, tr_Reg) !! whether, where, and what open boundary !! conditions are used. type(thermo_var_ptrs), intent(in) :: tv !< A structure containing pointers to any - !! available thermodynamic fields, including potential - !! temperature and salinity or mixed layer density. Absent - !! fields have NULL ptrs. + !! available thermodynamic fields, including potential + !! temperature and salinity or mixed layer density. Absent + !! fields have NULL ptrs. type(ocean_grid_type), intent(in) :: G !< The ocean's grid structure. type(verticalGrid_type), intent(in) :: GV !< The ocean's vertical grid structure. type(param_file_type), intent(in) :: param_file !< A structure indicating the open file