FIXME : Add documentation | Not implemented
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(deq_type), | intent(in) | :: | self | |||
real, | intent(in) | :: | rp |
real function rcenter (self, rp)
implicit none
class(deq_type), intent(in) :: self
real, intent (in) :: rp
UNUSED_DUMMY(rp)
rcenter = self%R_mag !Historic fallback
end function rcenter