In RoutingLayerGauge::getTrackIndex() display position as physical unit.
This commit is contained in:
parent
3cddf2f3ae
commit
e470ca8375
|
@ -224,7 +224,8 @@ namespace CRL {
|
|||
|
||||
long RoutingLayerGauge::getTrackIndex ( DbU::Unit start, DbU::Unit stop, DbU::Unit position, unsigned mode ) const
|
||||
{
|
||||
cdebug_log(100,1) << "RoutingLayerGauge::getTrackIndex ( " << position << " )" << endl;
|
||||
cdebug_log(100,1) << "RoutingLayerGauge::getTrackIndex ( " << DbU::getValueString(position)
|
||||
<< " DbU=" << position << " )" << endl;
|
||||
|
||||
long modulo;
|
||||
long index;
|
||||
|
|
Loading…
Reference in New Issue