Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(abstract_eqfile_geo_type), | intent(in) | :: | self | |||
real, | intent(in) | :: | r | |||
real, | intent(in) | :: | theta |
real function zpos_eqfile (self, r, theta) result(zpos)
implicit none
class(abstract_eqfile_geo_type), intent(in) :: self
real, intent (in) :: r, theta
zpos = self%eqitem(r, theta, self%Z_psi, 'Z')
end function zpos_eqfile