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.
2 parents 7616966 + 9c354af commit 690f523Copy full SHA for 690f523
src/grt/src/fastroute/src/maze.cpp
@@ -2010,7 +2010,7 @@ int FastRouteCore::getOverflow2D(int* maxOverflow)
2010
}
2011
2012
for (const auto& [x, y] : graph2d_.getUsedGridsV()) {
2013
- total_usage += graph2d_.getEstUsageH(x, y);
+ total_usage += graph2d_.getEstUsageV(x, y);
2014
const int overflow = graph2d_.getEstUsageV(x, y) - graph2d_.getCapV(x, y);
2015
vCap += graph2d_.getCapV(x, y);
2016
if (overflow > 0) {
0 commit comments