We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa1df84 commit a8d1fa1Copy full SHA for a8d1fa1
src/grt/src/fastroute/src/graph2d.cpp
@@ -523,7 +523,7 @@ std::vector<int> Graph2D::getMultipleCongestedNDRnet()
523
{
524
std::vector<int> net_ids;
525
if (!congested_ndrs_.empty()) {
526
- for (int i = 0; i < ceil((double)congested_ndrs_.size() / 10); i++) {
+ for (int i = 0; i < ceil((double) congested_ndrs_.size() / 10); i++) {
527
net_ids.push_back(congested_ndrs_[i].net_id);
528
}
529
0 commit comments