|
SABER
|
Public Member Functions | |
| subroutine | func_add (mpl, val, cumul, num, wgt) |
| Check if value missing and add if not missing. More... | |
Definition at line 106 of file tools_func.F90.
| subroutine tools_func::add::func_add | ( | type(mpl_type), intent(in) | mpl, |
| real(kind_real), intent(in) | val, | ||
| real(kind_real), intent(inout) | cumul, | ||
| real(kind_real), intent(inout) | num, | ||
| real(kind_real), intent(in), optional | wgt | ||
| ) |
Check if value missing and add if not missing.
| [in] | mpl | MPI data |
| [in] | val | Value to add |
| [in,out] | num | Number of values |
| [in] | wgt | Weight |
Definition at line 926 of file tools_func.F90.