9 subroutine k_tfvw(n,rho,grho2,dtdr,dtdgr2)
27 integer,
intent(in) :: n
28 real(8),
intent(in) :: rho(n),grho2(n)
29 real(8),
intent(out) :: dtdr(n),dtdgr2(n)
33 call k_tfvw1(rho(i),grho2(i),dtdr(i),dtdgr2(i))
elemental subroutine k_tfvw1(rho, grho2, dtdr, dtdgr2)
subroutine k_tfvw(n, rho, grho2, dtdr, dtdgr2)