Skip to content

Commit

Permalink
minor revision
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Sep 7, 2023
1 parent ffaf029 commit 113a265
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/testinfnan.f90
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ function test_infnan() result(success)
& PNORMAL_DP, NNORMAL_DP, &
& PDENORMAL_DP, NDENORMAL_DP, &
& PZERO_DP, NZERO_DP, &
& huge(0.0_DP), -huge(0.0_DP), &
& huge(0.0D0), -huge(0.0D0), &
& epsilon(0.0D0), -epsilon(0.0D0), &
& tiny(0.0D0), -tiny(0.0D0), &
& 0.0_DP, 1.0_DP, -1.0_DP]
& 0.0D0, 1.0D0, -1.0D0]

check_finite = [.false., .false., &
& .false., .false., &
Expand Down

0 comments on commit 113a265

Please sign in to comment.