Skip to content

Commit 6148f8b

Browse files
committed
format
1 parent a7dfe61 commit 6148f8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/numerical_irreducible_decomposition.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ function is_contained!(X, Y, F, endgame_options, tracker_options, progress, seed
335335
out = falses(length(points(X)))
336336
else
337337
# setup
338-
P = points(Y)
338+
P = points(Y)
339339
Hom = linear_subspace_homotopy(F, LY, LY)
340340
tracker = EndgameTracker(
341341
Hom;
@@ -361,7 +361,7 @@ function is_contained!(X, Y, F, endgame_options, tracker_options, progress, seed
361361
b[i] = sum(A[i, j] * x[j] for j = 1:n)
362362
end
363363
is_tracked_to_x(x, X, P, A, b, tracker, U, progress)
364-
364+
365365
end
366366
end
367367

0 commit comments

Comments
 (0)