Skip to content

Commit 4af1d2d

Browse files
committed
corr_dev: addition of tests for csp and int32
1 parent aef4416 commit 4af1d2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/tests/stats/test_corr.f90

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ program test_corr
2727
cmplx(0._dp, 6._dp)], [2, 3])
2828

2929

30-
! call test_sp(real(d1, sp), real(d, sp))
30+
call test_sp(real(d1, sp), real(d, sp))
3131

3232
call test_dp(d1,d)
3333

34-
! call test_int32(int(d1, int32) ,int(d, int32))
35-
!
34+
call test_int32(int(d1, int32) ,int(d, int32))
35+
3636
call test_int64(int(d1, int64) ,int(d, int64))
3737

3838
call test_csp(cmplx(cd1, kind = sp), cmplx(ds, kind = sp))

0 commit comments

Comments
 (0)