Skip to content

Commit 0cc4573

Browse files
committed
Update check_allocate allocation message
1 parent 76e34b0 commit 0cc4573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/cam_abortutils.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ subroutine check_allocate(errcode, subname, fieldname, file, line, errmsg)
5050

5151
! Write error message with memory stats
5252
write(abort_msg, '(4a,i0,a,f10.2,a,f10.2,a)') &
53-
trim(subname), ": Allocate of '", &
53+
trim(subname), ": Allocation of '", &
5454
trim(fieldname), "' failed with code ", errcode, &
5555
". Memory highwater is ", mem_hw_val, &
5656
" mb, current memory usage is ", mem_val, " mb"

0 commit comments

Comments
 (0)