10complex(8),
intent(in) :: dmat(lmmaxo,nspinor,lmmaxo,nspinor)
11real(8),
intent(out) :: xl(3),xs(3)
15complex(8) zlflm(lmmaxo,3)
21 xl(:)=xl(:)+dble(zlflm(lm,:))
28 xs(1)=xs(1)+dble(dmat(lm,2,lm,1)+dmat(lm,1,lm,2))
29 xs(2)=xs(2)+dble(-
zi*dmat(lm,2,lm,1)+
zi*dmat(lm,1,lm,2))
30 xs(3)=xs(3)+dble(dmat(lm,1,lm,1)-dmat(lm,2,lm,2))