Skip to content

Commit a440d01

Browse files
committed
include FMS_FILE_LEN in data_override_mod
1 parent 1b2e050 commit a440d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_override/include/data_override.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
! modules. These modules are not intended to be used directly - they should be
2222
! used through the data_override_mod API. See data_override.F90 for details.
2323

24-
use platform_mod, only: r4_kind, r8_kind, FMS_PATH_LEN
24+
use platform_mod, only: r4_kind, r8_kind, FMS_PATH_LEN, FMS_FILE_LEN
2525
use yaml_parser_mod
2626
use constants_mod, only: DEG_TO_RAD
2727
use mpp_mod, only : mpp_error, FATAL, WARNING, NOTE, stdout, stdlog, mpp_max

0 commit comments

Comments
 (0)