diff --git a/anabatic/src/AutoSegment.cpp b/anabatic/src/AutoSegment.cpp index 65dd6ea0..7250b0ac 100644 --- a/anabatic/src/AutoSegment.cpp +++ b/anabatic/src/AutoSegment.cpp @@ -1802,7 +1802,7 @@ namespace Anabatic { AutoContact* source = getAutoSource(); AutoContact* target = getAutoTarget(); - if (isFixed()) { + if (isFixed() and (length < getPPitch())) { if (isSpinTopOrBottom() and source->isTurn() and target->isTurn()) return true; return false;