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 9b22826 commit 5bc9bc5Copy full SHA for 5bc9bc5
src/nf/nf_layer.f90
@@ -154,7 +154,7 @@ module subroutine set_params(self, params)
154
!! Parameters of this layer
155
end subroutine set_params
156
157
- module subroutine set_state(self, state)
+ pure module subroutine set_state(self, state)
158
class(layer), intent(inout) :: self
159
real, intent(in), optional :: state(:)
160
end subroutine set_state
0 commit comments