Skip to content

Commit 3bd1deb

Browse files
committed
Fixing 'Warning: Nonconforming tab character at (1) [-Wtabs]' warnings from GNU
1 parent ff6646b commit 3bd1deb

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
@@ -4870,7 +4870,7 @@ subroutine control_initialize (Model, nlunit, fn_nml, me, master, &
48704870
if ( Model%do_ugwp_v1_w_gsldrag) then
48714871
if(Model%gwd_opt == 1 )then
48724872
Model%gwd_opt =2
4873-
Model%nmtvr = 24
4873+
Model%nmtvr = 24
48744874
endif
48754875
Model%do_gsl_drag_ls_bl = .true.
48764876
Model%do_gsl_drag_tofd = .true.

0 commit comments

Comments
 (0)