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