router: fix typo in the DP tuning fix patch
This commit is contained in:
parent
126563c839
commit
e56e61ffb5
|
@ -463,7 +463,7 @@ bool TOPOLOGY::AssembleDiffPair( ITEM* aStart, DIFF_PAIR& aPair )
|
||||||
s->Width() == refSeg->Width() )
|
s->Width() == refSeg->Width() )
|
||||||
{
|
{
|
||||||
int dist = s->Seg().Distance( refSeg->Seg() );
|
int dist = s->Seg().Distance( refSeg->Seg() );
|
||||||
bool isParallel = refSeg->Seg().ApproxParallel( refSeg->Seg(), DP_PARALLELITY_THRESHOLD );
|
bool isParallel = refSeg->Seg().ApproxParallel( s->Seg(), DP_PARALLELITY_THRESHOLD );
|
||||||
SEG p_clip, n_clip;
|
SEG p_clip, n_clip;
|
||||||
|
|
||||||
bool isCoupled = commonParallelProjection( refSeg->Seg(), s->Seg(), p_clip,
|
bool isCoupled = commonParallelProjection( refSeg->Seg(), s->Seg(), p_clip,
|
||||||
|
|
Loading…
Reference in New Issue