Skip to content

Commit 1fa3094

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

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
@@ -37,7 +37,8 @@ program test_distribution_uniform
3737
contains
3838

3939
subroutine test_shuffle
40-
integer :: n(10), na(10) = [10, 6, 9, 2, 8, 1, 3, 5, 7, 4]
40+
integer :: n(10)
41+
integer, paramter :: na(10) = [10, 6, 9, 2, 8, 1, 3, 5, 7, 4]
4142
real :: x(10), xa(10) = [5.0, 10.0, 9.0, 4.0, 3.0, 8.0, 2.0, 1.0, &
4243
7.0, 6.0]
4344
complex :: z(10), za(10) = [(8.0, 8.0), (7.0, 7.0), (4.0, 4.0), &

0 commit comments

Comments
 (0)