Skip to content

Commit d0f62b2

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

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
@@ -42,7 +42,8 @@ program test_distribution_uniform
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]
45-
complex :: z(10), za(10) = [(8.0, 8.0), (7.0, 7.0), (4.0, 4.0), &
45+
complex :: z(10)
46+
complex, parameter :: za(10) = [(8.0, 8.0), (7.0, 7.0), (4.0, 4.0), &
4647
(1.0, 1.0), (5.0, 5.0), (9.0, 9.0), &
4748
(6.0, 6.0), (3.0, 3.0), (2.0, 2.0), &
4849
(10.0, 10.0)]

0 commit comments

Comments
 (0)