Skip to content

Commit

Permalink
Update test-eri.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
loriab authored May 16, 2024
1 parent 9019dc9 commit 43056c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion export/fortran/test-eri.cc
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ bool test_eri_c_f(int &contrdepth, int &am1, double *c1, double *alpha1,
#if LIBINT2_SUPPORT_ERI

TEST_CASE("Fortran ERI", "[eri]") {
const double threshold = std::numeric_limits<double>::epsilon() * 10;
const double threshold = std::numeric_limits<double>::epsilon() * 1000;

int am1 = std::min(1, LIBINT2_MAX_AM_eri);
int am2 = std::min(0, LIBINT2_MAX_AM_eri);
Expand Down

0 comments on commit 43056c3

Please sign in to comment.