mirror of
https://github.com/supleed2/ELEC60015-HLP-CW.git
synced 2024-12-22 13:35:50 +00:00
partial equi dist
This commit is contained in:
parent
af29f8babb
commit
afdd8fa67b
|
@ -343,7 +343,8 @@ let initialWireVerticesFromPorts
|
|||
|
||||
let startX, startY, endX, endY =
|
||||
startPort.X, startPort.Y, endPort.X, endPort.Y
|
||||
|
||||
|
||||
printfn $"startX:{startX},endX:{endX},startY:{startY},endY:{endY}"
|
||||
// Oppositeside -> the two ports face one another
|
||||
if routetype = Oppositeside then
|
||||
|
||||
|
|
Loading…
Reference in a new issue