1 module slpw
2 integer, allocatable :: iBCg(:)
3 real*8, allocatable :: BCg(:,:)
4 real*8, allocatable :: BCtmpg(:,:)
5 real*8, allocatable :: wlnorm(:,:,:)
6 integer, allocatable :: idxslpw(:)
7 integer, allocatable :: mpslpw(:,:)
8 integer nslpwnd
9 end module
10