5 ! Assigning to an intent(in) pointer (which is valid).
9 complex, dimension(:,:,:), &
10 pointer :: work
=> null()
11 end type PoisFFT_Solver3D
13 subroutine PoisFFT_Solver3D_FullPeriodic(D
, p
)
14 type(PoisFFT_Solver3D
), intent(in
) :: D
15 real, intent(in
), pointer :: p(:)