FIXME : Add documentation
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(deq_type), | intent(in) | :: | self | |||
real, | intent(in) | :: | pbar |
real function rhofun (self, pbar)
use splines, only: splint
implicit none
class(deq_type), intent(in) :: self
real, intent(in) :: pbar
rhofun = splint(pbar, self%rho_spl)
end function rhofun