Skip to content

Commit 55e9620

Browse files
committed
Fixing 'Warning: Nonconforming tab character at (1) [-Wtabs]' warnings from GNU
1 parent 62295b7 commit 55e9620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scm/src/GFS_typedefs.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5017,7 +5017,7 @@ subroutine control_initialize (Model, nlunit, fn_nml, me, master, &
50175017
if ( Model%do_ugwp_v1_w_gsldrag) then
50185018
if(Model%gwd_opt == 1 )then
50195019
Model%gwd_opt =2
5020-
Model%nmtvr = 24
5020+
Model%nmtvr = 24
50215021
endif
50225022
Model%do_gsl_drag_ls_bl = .true.
50235023
Model%do_gsl_drag_tofd = .true.

0 commit comments

Comments
 (0)