Ticket #50616: patch-src-10_defs-defs_wannier90.F90.diff

File patch-src-10_defs-defs_wannier90.F90.diff, 992 bytes (added by cram5431@…, 8 years ago)
  • src/10_defs/defs_wannier90.F90

    old new  
    3131     gamma_only_loc,spinors_loc, &
    3232     nntot_loc,nnlist_loc,nncell_loc,num_bands_loc,num_wann_loc, &
    3333     proj_site_loc,proj_l_loc,proj_m_loc,proj_radial_loc,proj_z_loc, &
    34      proj_x_loc,proj_zona_loc,exclude_bands_loc)
     34     proj_x_loc,proj_zona_loc,exclude_bands_loc, &
     35&    proj_s_loc,proj_s_qaxis_loc)
     36
    3537  use defs_basis
    3638  implicit none
    3739  character(len=*), intent(in) :: seed__name
     
    5961  real(dp), dimension(3,num_bands_tot), intent(out) :: proj_x_loc
    6062  real(dp), dimension(num_bands_tot), intent(out) :: proj_zona_loc
    6163  integer, dimension(num_bands_tot), intent(out) :: exclude_bands_loc
     64  integer, dimension(num_bands_tot), optional, intent(out) :: proj_s_loc
     65  real(dp), dimension(3,num_bands_tot), optional, intent(out) :: proj_s_qaxis_loc
    6266  end subroutine wannier_setup
    6367 end interface
    6468