nauty/nauty-fall-off.patch

14 lines
398 B
Diff

--- a/checks6.c 2021-09-03 01:29:06.000000000 -0600
+++ b/checks6.c 2022-07-01 10:09:33.329041028 -0600
@@ -118,9 +118,8 @@ seemsbad(char *s)
*p++ = BIAS6 + ((x << k) | ((1 << (k-1)) - 1));
return TRUE;
}
- else
- return FALSE;
}
+ return FALSE;
}
/***********************************************************************/