Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(abstract_eqfile_geo_type), | intent(in) | :: | self | |||
real, | intent(in) | :: | r | |||
real, | intent(in) | :: | theta |
real function rpos_eqfile (self, r, theta) result(rpos)
implicit none
class(abstract_eqfile_geo_type), intent(in) :: self
real, intent (in) :: r, theta
rpos = self%eqitem(r, theta, self%R_psi, 'R')
end function rpos_eqfile