pbarofrho Function

public function pbarofrho(rho)

FIXME : Add documentation

Arguments

Type IntentOptional Attributes Name
real, intent(in) :: rho

Return Value real


Contents

Source Code


Source Code

  real function pbarofrho(rho)
    implicit none
    real, intent (in) :: rho
    pbarofrho = psifun(rpofrho(rho))
  end function pbarofrho