Skip to content

Commit

Permalink
declare fptr contiguous, to avoid compilation error with gfortran 8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fjansson committed Nov 15, 2022
1 parent 5f9f670 commit 731c2ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modfftw.f90
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ subroutine fftwinit(p, Fp, d, xyrt, ps,pe,qs,qe)
integer,intent(out) :: ps,pe,qs,qe

integer(kind=8) :: sz
real(pois_r), pointer :: fptr(:)
real(pois_r), pointer,contiguous :: fptr(:)
integer :: embed(1), kinds(2)
type (fftw_iodim) :: dimij(2), dimk(1)

Expand Down

0 comments on commit 731c2ea

Please sign in to comment.