SABER
|
Public Member Functions | |
subroutine | func_divide (mpl, val, num) |
Check if value missing and divide if not missing. More... | |
Definition at line 109 of file tools_func.F90.
subroutine tools_func::divide::func_divide | ( | type(mpl_type), intent(in) | mpl, |
real(kind_real), intent(inout) | val, | ||
real(kind_real), intent(in) | num | ||
) |
Check if value missing and divide if not missing.
[in] | mpl | MPI data |
[in,out] | val | Value to divide |
[in] | num | Divider |
Definition at line 965 of file tools_func.F90.