Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Removed simd call as it isn't compatible with the function anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Nov 17, 2022
1 parent 33b77d1 commit 167c09a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/helio/helio_drift.f90
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,9 @@ subroutine helio_drift_linear_all(xh, pt, dt, n, lmask)
! Internals
integer(I4B) :: i

!$omp parallel do simd default(shared) schedule(static)
do i = 1, n
if (lmask(i)) call helio_drift_linear_one(xh(1,i), xh(2,i), xh(3,i), pt(1), pt(2), pt(3), dt)
end do
!$omp end parallel do simd

return
end subroutine helio_drift_linear_all
Expand Down

0 comments on commit 167c09a

Please sign in to comment.