Skip to content

Commit e32c244

Browse files
committed
undo test changes
1 parent f869536 commit e32c244

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/via_array/lib.ar

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ cell vias() {
1010
eq(via.y0, 0.);
1111
let intersection = #scope0 std::intersection(met1, met2);
1212
let via_array = #scope1 std::max_array(via, intersection.w, intersection.h, 20., 20.);
13-
eq(via_array.x0 - intersection.x0, 0.);
14-
eq(via_array.y0 - intersection.y0, 0.);
13+
eq(via_array.x0 - intersection.x0, intersection.x1 - via_array.x1);
14+
eq(via_array.y0 - intersection.y0, intersection.y1 - via_array.y1);
1515

1616
// Constrain metals.
1717
eq(met2.x0, 0.);

0 commit comments

Comments
 (0)