Skip to content

Commit 429d9db

Browse files
committed
Changes the length of input variable
1 parent 735a66b commit 429d9db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/elm/src/data_types/MOABGridType.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ subroutine elm_moab_load_grid_file(meshfile)
153153
!
154154
use elm_varctl , only : iulog ! for messages and domain file name
155155
!
156-
character(1024), intent(in) :: meshfile
156+
character(len=*), intent(in) :: meshfile
157157
!
158158
integer :: tagtype, numco
159159
integer :: num_components

0 commit comments

Comments
 (0)