Skip to content

Commit 3566212

Browse files
committed
style nit pick
1 parent 1a72331 commit 3566212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/mod_network.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ pure subroutine set_activation_layers(self, activation)
214214
! This method can be used to set different activation functions
215215
! for each layer separately.
216216
class(network_type), intent(in out) :: self
217-
character(len=*), intent(in) :: activation(size(self%layers))
217+
character(len=*), intent(in) :: activation(size(self % layers))
218218
call self % layers(:) % set_activation(activation)
219219
end subroutine set_activation_layers
220220

0 commit comments

Comments
 (0)