Skip to content

Commit

Permalink
Update test/intrinsics/test_intrinsics.fypp
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremie Vandenplas <[email protected]>
  • Loading branch information
jalvesz and jvdp1 authored Feb 7, 2025
1 parent 316269b commit 52aab02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/intrinsics/test_intrinsics.fypp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ subroutine test_sum(error)
end do

allocate(mask(n),source=.false.); mask(1:n:2) = .true.
allocate(nmask(n)); nmask = .not.mask
allocate(nmask, source = .not.mask)
! scramble array
do i = 1, n
call random_number(u)
Expand Down

0 comments on commit 52aab02

Please sign in to comment.