128459470a
In the autorouter code, the value 0x80 is assigned to MATRIX_CELL, which is an overflow for a signed 8-bit type. As this type is used as a bit mask, there is no point in having a sign bit anyway. |
||
---|---|---|
.. | ||
rect_placement | ||
auto_place_footprints.cpp | ||
autorout.cpp | ||
autorout.h | ||
cell.h | ||
dist.cpp | ||
graphpcb.cpp | ||
move_and_route_event_functions.cpp | ||
queue.cpp | ||
routing_matrix.cpp | ||
solve.cpp | ||
spread_footprints.cpp | ||
work.cpp |