xref: /phasta/phSolver/common/mod_slpw.f (revision 8f9016f65798c31e86c962e830cf2dc88ecffd68)
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