In RoutingLayerGauge::getTrackIndex() display position as physical unit.

This commit is contained in:
Jean-Paul Chaput 2023-07-22 16:34:41 +02:00
parent 3cddf2f3ae
commit e470ca8375
1 changed files with 2 additions and 1 deletions

View File

@ -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;