One more remains of the previous routing configuration.

This commit is contained in:
Jean-Paul Chaput 2022-11-26 15:05:56 +01:00
parent c131e7a948
commit 49bcdb3195
1 changed files with 1 additions and 2 deletions

View File

@ -290,9 +290,8 @@ namespace Katana {
cdebug_log(155,1) << "KatanaEngine::setupChannelMode()" << endl;
RoutingGauge* rg = getConfiguration()->getRoutingGauge();
if (rg->isTwoMetals()) {
if (isChannelStyle()) {
cmess1 << " - Running in channel mode." << endl;
setRoutingMode( ChannelMode );
size_t maxDepth = rg->getDepth();
if (maxDepth < 2) {