Skip to content

Commit 66d447f

Browse files
committed
typo in an if
1 parent 19f99cf commit 66d447f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/msolve/msolve.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5204,7 +5204,7 @@ int core_msolve(
52045204
if (genericity_handling == 2) {
52055205
if (oldminpolydeg == -1 || oldminpolydeg < minpolydeg) {
52065206
oldminpolydeg = minpolydeg; // need to run a 2nd time
5207-
} else if (oldminpolydeg = minpolydeg) {
5207+
} else if (oldminpolydeg == minpolydeg) {
52085208
/* same degree for both random linear forms */
52095209
printf ("\nRestarting with a non-random linear form");
52105210
/* set back the base coefficient to its previous form

0 commit comments

Comments
 (0)