Skip to content

Commit 939fd1a

Browse files
Update test_distribution_uniform.fypp
1 parent 8186ead commit 939fd1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/stats/test_distribution_uniform.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ program test_distribution_uniform
3838

3939
subroutine test_shuffle
4040
integer :: n(10)
41-
integer, paramter :: na(10) = [10, 6, 9, 2, 8, 1, 3, 5, 7, 4]
41+
integer, parameter :: na(10) = [10, 6, 9, 2, 8, 1, 3, 5, 7, 4]
4242
real :: x(10)
4343
real, parameter :: xa(10) = [5.0, 10.0, 9.0, 4.0, 3.0, 8.0, 2.0, 1.0, &
4444
7.0, 6.0]

0 commit comments

Comments
 (0)