6 pure subroutine k_vwlb(n,rho,grho2,tau)
9 integer,
intent(in) :: n
10 real(8),
intent(in) :: rho(n),grho2(n)
11 real(8),
intent(inout) :: tau(n)
17 t1=(1.d0/8.d0)*grho2(i)/rho(i)
18 if (tau(i) < t1) tau(i)=t1
pure subroutine k_vwlb(n, rho, grho2, tau)