Forgot to disable debug in Track::repair() ...
This commit is contained in:
parent
d8218d0698
commit
01224e6a06
|
@ -1003,7 +1003,7 @@ namespace Katana {
|
||||||
|
|
||||||
uint32_t Track::repair () const
|
uint32_t Track::repair () const
|
||||||
{
|
{
|
||||||
if ((getIndex() == 1011) and isHorizontal()) DebugSession::open( 150, 160 );
|
//if ((getIndex() == 1011) and isHorizontal()) DebugSession::open( 150, 160 );
|
||||||
cdebug_log(159,0) << "Track::repair() " << this << endl;
|
cdebug_log(159,0) << "Track::repair() " << this << endl;
|
||||||
|
|
||||||
if (_segments.empty()) {
|
if (_segments.empty()) {
|
||||||
|
@ -1122,7 +1122,7 @@ namespace Katana {
|
||||||
if (spacing > 10*getLayerGauge()->getPitch())
|
if (spacing > 10*getLayerGauge()->getPitch())
|
||||||
fillHole( lastTargetU, getMax() );
|
fillHole( lastTargetU, getMax() );
|
||||||
|
|
||||||
if ((getIndex() == 1011) and isHorizontal()) DebugSession::close();
|
//if ((getIndex() == 1011) and isHorizontal()) DebugSession::close();
|
||||||
return gaps;
|
return gaps;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue