Skip to content

Commit a862883

Browse files
Update src/dpl/src/optimization/detailed_global_legacy.cxx
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: PrecisEDAnon <[email protected]>
1 parent 1bd883b commit a862883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dpl/src/optimization/detailed_global_legacy.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ bool DetailedGlobalSwap::getRange(Node* nd, odb::Rect& nodeBbox)
236236
mid = t >> 1;
237237

238238
std::ranges::sort(xpts_,);
239-
std::sort(ypts_.begin(), ypts_.end());
239+
std::ranges::sort(ypts_,);
240240

241241
nodeBbox.set_xlo(xpts_[mid - 1]);
242242
nodeBbox.set_xhi(xpts_[mid]);

0 commit comments

Comments
 (0)