Skip to content

Commit 3845692

Browse files
author
Andy Stokely
committed
Readded call to LIST_ERROR_WRITE macro.
1 parent ada5191 commit 3845692

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/framework/mpas_stream_list.F

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ subroutine MPAS_stream_list_insert(list, stream, ierr) !{{{
121121
do while (associated(node))
122122
if (node % name == stream % name) then
123123
if (present(ierr)) ierr = MPAS_STREAM_LIST_DUPLICATE
124+
LIST_ERROR_WRITE('Found duplicate item '//trim(stream % name)//' in list.')
124125
return
125126
end if
126127
if (.not. associated(node % next)) then

0 commit comments

Comments
 (0)