Skip to content

Commit bf126c0

Browse files
Update src/tests/stats/test_distribution_uniform.fypp
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent 1fa3094 commit bf126c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/tests/stats/test_distribution_uniform.fypp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ program test_distribution_uniform
3939
subroutine test_shuffle
4040
integer :: n(10)
4141
integer, paramter :: na(10) = [10, 6, 9, 2, 8, 1, 3, 5, 7, 4]
42-
real :: x(10), xa(10) = [5.0, 10.0, 9.0, 4.0, 3.0, 8.0, 2.0, 1.0, &
42+
real :: x(10)
43+
real, parameter :: xa(10) = [5.0, 10.0, 9.0, 4.0, 3.0, 8.0, 2.0, 1.0, &
4344
7.0, 6.0]
4445
complex :: z(10), za(10) = [(8.0, 8.0), (7.0, 7.0), (4.0, 4.0), &
4546
(1.0, 1.0), (5.0, 5.0), (9.0, 9.0), &

0 commit comments

Comments
 (0)