Fix error in net list sorting
This commit is contained in:
parent
2b1cfd6a74
commit
129905686f
|
@ -874,7 +874,7 @@ protected:
|
||||||
&& i1.GetLayerWireLength( m_parent.m_columns[aCol].layer )
|
&& i1.GetLayerWireLength( m_parent.m_columns[aCol].layer )
|
||||||
!= i2.GetLayerWireLength( m_parent.m_columns[aCol].layer ) )
|
!= i2.GetLayerWireLength( m_parent.m_columns[aCol].layer ) )
|
||||||
{
|
{
|
||||||
compareUInt( i1.GetLayerWireLength( m_parent.m_columns[aCol].layer ),
|
return compareUInt( i1.GetLayerWireLength( m_parent.m_columns[aCol].layer ),
|
||||||
i2.GetLayerWireLength( m_parent.m_columns[aCol].layer ), aAsc );
|
i2.GetLayerWireLength( m_parent.m_columns[aCol].layer ), aAsc );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue