Fix length calculations in DP meander placer.
This commit is contained in:
parent
29188bdc53
commit
943c5fea59
|
@ -324,6 +324,8 @@ bool DP_MEANDER_PLACER::Move( const VECTOR2I& aP, ITEM* aEndItem )
|
||||||
curIndexN = tunedN.NextShape( curIndexN );
|
curIndexN = tunedN.NextShape( curIndexN );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
m_result.AddCorner( tunedP.CPoint( -1 ), tunedN.CPoint( -1 ) );
|
||||||
|
|
||||||
long long int dpLen = origPathLength();
|
long long int dpLen = origPathLength();
|
||||||
|
|
||||||
m_lastStatus = TUNED;
|
m_lastStatus = TUNED;
|
||||||
|
|
Loading…
Reference in New Issue