Skip to content

Commit beb071d

Browse files
authored
Update count_local_2.pyx
1 parent b1e60f4 commit beb071d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/quadratic_forms/count_local_2.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ cdef local_solution_type_cdef(Q, p, w, zvec, nzvec):
278278
return <long> 4
279279

280280
# 5: Check Bad-type II
281-
if wS1_nonzero_flag:
281+
if not wS1_nonzero_flag:
282282
return <long> 5
283283

284284
# Error if we get here! =o

0 commit comments

Comments
 (0)