We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a6f2be commit f0f9ba6Copy full SHA for f0f9ba6
src/operation/namespace.f90
@@ -63,7 +63,7 @@ subroutine namespace_move_value_in(namespace, key, value, err)
63
end subroutine
64
65
subroutine namespace_fetch_value(namespace, key, value, err)
66
- class(namespace_t), intent(in) :: namespace
+ class(namespace_t), intent(inout) :: namespace
67
character(len=*), intent(in) :: key
68
class(value_t), allocatable, intent(inout) :: value
69
type(err_t), intent(out), optional :: err
0 commit comments