Skip to content

Commit 9dc1d4f

Browse files
rem1776rem1776
authored andcommitted
line lengths for linter
1 parent 07ea5a8 commit 9dc1d4f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

offloading/offloading_io.F90

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,8 @@ subroutine register_domain_axis_offload(fileobj, axis_name, cart)
358358
type is(FmsNetcdfDomainFile_t)
359359
call register_axis(file, trim(var_info(1)), trim(var_info(2)))
360360
class default
361-
call mpp_error(FATAL, "offloading_io_mod::register_domain_axis_offload currently only supports FmsNetcdfDomainFile_t")
361+
call mpp_error(FATAL, &
362+
"offloading_io_mod::register_domain_axis_offload currently only supports FmsNetcdfDomainFile_t")
362363
end select
363364
endif
364365

@@ -418,7 +419,8 @@ subroutine register_netcdf_axis_offload(fileobj, axis_name, length)
418419
type is(FmsNetcdfDomainFile_t)
419420
call register_axis(this%fileobj, var_axis(1)(1:axis_length), var_length)
420421
class default
421-
call mpp_error(FATAL, "offloading_io_mod::register_netcdf_axis_offload currently only supports FmsNetcdfDomainFile_t")
422+
call mpp_error(FATAL, &
423+
"offloading_io_mod::register_netcdf_axis_offload currently only supports FmsNetcdfDomainFile_t")
422424
end select
423425
endif
424426

0 commit comments

Comments
 (0)