mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-09-03 06:32:59 +02:00
Corrected an error in "def write" that starts output on the wrong
layer when the first part of the route is a contact (starts on the via top instead of the via bottom).
This commit is contained in:
+3
-2
@@ -1165,8 +1165,9 @@ defNetGeometryFunc(tile, plane, defdata)
|
||||
{
|
||||
if (TTMaskHasType(rMask, stype))
|
||||
{
|
||||
if ((stype == defdata->type) || (defdata->tile == (Tile *)NULL))
|
||||
rtype = stype;
|
||||
if ((rtype == TT_SPACE) &&
|
||||
((stype == defdata->type) || (defdata->tile == (Tile *)NULL)))
|
||||
rtype = stype;
|
||||
else
|
||||
r2type = stype;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user