rcenter Function

private function rcenter(self, rp)

FIXME : Add documentation | Not implemented

Type Bound

deq_type

Arguments

Type IntentOptional Attributes Name
class(deq_type), intent(in) :: self
real, intent(in) :: rp

Return Value real


Contents

Source Code


Source Code

  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