One more remains of the previous routing configuration.
This commit is contained in:
parent
c131e7a948
commit
49bcdb3195
|
@ -290,9 +290,8 @@ namespace Katana {
|
||||||
cdebug_log(155,1) << "KatanaEngine::setupChannelMode()" << endl;
|
cdebug_log(155,1) << "KatanaEngine::setupChannelMode()" << endl;
|
||||||
|
|
||||||
RoutingGauge* rg = getConfiguration()->getRoutingGauge();
|
RoutingGauge* rg = getConfiguration()->getRoutingGauge();
|
||||||
if (rg->isTwoMetals()) {
|
if (isChannelStyle()) {
|
||||||
cmess1 << " - Running in channel mode." << endl;
|
cmess1 << " - Running in channel mode." << endl;
|
||||||
setRoutingMode( ChannelMode );
|
|
||||||
|
|
||||||
size_t maxDepth = rg->getDepth();
|
size_t maxDepth = rg->getDepth();
|
||||||
if (maxDepth < 2) {
|
if (maxDepth < 2) {
|
||||||
|
|
Loading…
Reference in New Issue