Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(abstract_eqfile_geo_type), | intent(in) | :: | self | |||
real, | intent(in) | :: | pbar |
real function btori_eqfile (self, pbar) result(btori)
use splines, only: splint
implicit none
class(abstract_eqfile_geo_type), intent(in) :: self
real, intent(in) :: pbar
btori = splint(pbar, self%btori_spl)
end function btori_eqfile