Skip to content

Commit 9b4ed49

Browse files
committed
fix relu example
1 parent bccbdd4 commit 9b4ed49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/specialfunctions_activations/example_relu.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ program example_relu
88
implicit none
99

1010
x = linspace(-2._sp, 2._sp, n)
11-
y = relu( x , 1.0 )
11+
y = relu( x )
1212
end program example_relu
1313

0 commit comments

Comments
 (0)