Correct context for error message in EtesianEngine::setDefaultAb().
This commit is contained in:
parent
85d7714910
commit
748289ad7e
|
@ -384,7 +384,12 @@ namespace Etesian {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
cmess2 << " - Using as block: " << occurrence.getCompactString() << "." << endl;
|
if (masterCell->getAbutmentBox().getHeight() != getSliceHeight()) {
|
||||||
|
cmess2 << " - Using as block: " << occurrence.getCompactString() << "." << endl;
|
||||||
|
|
||||||
|
cerr << Error( "EtesianEngine::setDefaultAb(): Block instances are not managed, \"%s\"."
|
||||||
|
, getString(instance->getName()).c_str() ) << endl;
|
||||||
|
}
|
||||||
cellLength += DbU::toLambda( _bloatCells.getAb( occurrence ).getWidth() );
|
cellLength += DbU::toLambda( _bloatCells.getAb( occurrence ).getWidth() );
|
||||||
instanceNb += 1;
|
instanceNb += 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue