Skip to content

Commit

Permalink
Fix t-heuristic_dot.
Browse files Browse the repository at this point in the history
  • Loading branch information
wbhart committed Feb 17, 2017
1 parent d2b5ef6 commit cd610f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fmpz_lll/test/t-heuristic_dot.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include "fmpz_lll.h"
#include "ulong_extras.h"

#define FMPZ_LLL_HD_EPS (1.0E-13)
#define FMPZ_LLL_HD_EPS (1.0E-10)

int
main(void)
Expand Down

0 comments on commit cd610f8

Please sign in to comment.