From 49bcdb3195cee356180cc2ed96237fec7d6f4a2e Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Sat, 26 Nov 2022 15:05:56 +0100 Subject: [PATCH] One more remains of the previous routing configuration. --- katana/src/KatanaEngine.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/katana/src/KatanaEngine.cpp b/katana/src/KatanaEngine.cpp index 5e07bcc9..a3cd399a 100644 --- a/katana/src/KatanaEngine.cpp +++ b/katana/src/KatanaEngine.cpp @@ -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) {