Skip to content

Commit

Permalink
#2201: trailing whitespace cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ppebay committed Dec 9, 2023
1 parent 17982c4 commit b25a9c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/vt/vrt/collection/balance/temperedlb/temperedlb.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1667,7 +1667,7 @@ double TemperedLB::loadTransferCriterion(std::tuple<double, double, double> in_v
auto const after_w_src = before_w_src - src_l;
auto const after_w_dst = before_w_dst + src_l;
auto const w_max_new = std::max(after_w_src, after_w_dst);

// Return criterion value
return w_max_0 - w_max_new;
} // double loadTransferCriterion
Expand Down
2 changes: 1 addition & 1 deletion src/vt/vrt/collection/balance/temperedlb/temperedlb.h
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ struct TemperedLB : BaseLB {
* \param[in] in_value contains: source work, destination work, transferred load
*/
double loadTransferCriterion(std::tuple<double, double, double> in_values);

/**
* \brief Consider possible swaps with all the up-to-date info from a rank
*
Expand Down

0 comments on commit b25a9c1

Please sign in to comment.