quantum-espresso/PW/pencils.f90

11 lines
323 B
Fortran

!
! Copyright (C) 2001 PWSCF group
! This file is distributed under the terms of the
! GNU General Public License. See the file `License'
! in the root directory of the present distribution,
! or http://www.gnu.org/copyleft/gpl.txt .
!
module pencils
integer, allocatable :: do_fft_x (:,:), do_fft_y (:)
end module pencils