◆ swap_i()
subroutine mathfuncmod::swap::swap_i |
( |
integer, intent(inout) |
a, |
|
|
integer, intent(inout) |
b |
|
) |
| |
|
private |
◆ swap_r()
subroutine mathfuncmod::swap::swap_r |
( |
real(r8), intent(inout) |
a, |
|
|
real(r8), intent(inout) |
b |
|
) |
| |
|
private |
◆ swap_rv()
subroutine mathfuncmod::swap::swap_rv |
( |
real(r8), dimension(:), intent(inout) |
a, |
|
|
real(r8), dimension(:), intent(inout) |
b, |
|
|
type(betr_status_type), intent(out) |
betr_status |
|
) |
| |
|
private |
The documentation for this interface was generated from the following file:
- components/clm/src/external_models/sbetr/src/betr/betr_math/MathfuncMod.F90