FIXME : Add documentation
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(leq_type), | intent(in) | :: | self | |||
real, | intent(in) | :: | pbar |
pure real function betafun (self, pbar)
class(leq_type), intent(in) :: self
real, intent(in) :: pbar
UNUSED_DUMMY(pbar)
betafun = self%beta_0
end function betafun