Skip to content

Commit

Permalink
#2201: temperedlb: remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed May 28, 2024
1 parent 89b55f1 commit 3bc773d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/vt/vrt/collection/balance/temperedlb/temperedlb.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2107,9 +2107,9 @@ void TemperedLB::originalTransfer() {
obj_id.id,
obj_id.getHomeNode(),
is_migratable,
LoadType(obj_load),
LoadType(target_max_load_),
LoadType(this_new_load_),
obj_load,
target_max_load_,
this_new_load_,
eval
);

Expand Down

0 comments on commit 3bc773d

Please sign in to comment.