Skip to content

Commit

Permalink
#130: render: use a std::map to order LB iteration output
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander committed Dec 16, 2024
1 parent 23449a1 commit 9d42efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vt-tv/api/phase_work.h
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ struct PhaseWork : WorkDistribution {

private:
/// LB iterations for this phase
std::unordered_map<LBIterationType, LBIteration> lb_iters_;
std::map<LBIterationType, LBIteration> lb_iters_;
};


Expand Down

0 comments on commit 9d42efb

Please sign in to comment.