Skip to content

Commit f0f9ba6

Browse files
committed
in -> inout
1 parent 0a6f2be commit f0f9ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/operation/namespace.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ subroutine namespace_move_value_in(namespace, key, value, err)
6363
end subroutine
6464

6565
subroutine namespace_fetch_value(namespace, key, value, err)
66-
class(namespace_t), intent(in) :: namespace
66+
class(namespace_t), intent(inout) :: namespace
6767
character(len=*), intent(in) :: key
6868
class(value_t), allocatable, intent(inout) :: value
6969
type(err_t), intent(out), optional :: err

0 commit comments

Comments
 (0)