We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8186ead commit 939fd1aCopy full SHA for 939fd1a
src/tests/stats/test_distribution_uniform.fypp
@@ -38,7 +38,7 @@ program test_distribution_uniform
38
39
subroutine test_shuffle
40
integer :: n(10)
41
- integer, paramter :: na(10) = [10, 6, 9, 2, 8, 1, 3, 5, 7, 4]
+ integer, parameter :: na(10) = [10, 6, 9, 2, 8, 1, 3, 5, 7, 4]
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, &
44
7.0, 6.0]
0 commit comments