Skip to content

Commit 3539203

Browse files
committed
fix typo
1 parent 0e3a3ca commit 3539203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/nuopc_shr_methods.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ subroutine field_getfldptr(field, fldptr1, fldptr2, rank, abort, rc)
461461
ESMF_LOGMSG_INFO)
462462
elseif (lrank == 1) then
463463
if (.not.present(fldptr1)) then
464-
call shr_abort_mod(trim(subname)//": ERROR missing rank=1 array ", &
464+
call shr_sys_abort(trim(subname)//": ERROR missing rank=1 array ", &
465465
line=__LINE__, file=u_FILE_u)
466466
endif
467467
call ESMF_FieldGet(field, farrayPtr=fldptr1, rc=rc)

0 commit comments

Comments
 (0)