Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
small test fix
  • Loading branch information
fredrik-johansson committed Oct 18, 2015
1 parent 2d28036 commit f710012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acb_hypgeom/test/t-2f1_continuation.c
Expand Up @@ -107,7 +107,7 @@ int main()

acb_hypgeom_2f1_continuation(h1, h2, a, b, c, z1, z2, f1, f2, prec);

if (acb_is_finite(h1) && acb_is_finite(h2))
if (acb_is_finite(h1) || acb_is_finite(h2))
{
acb_hypgeom_2f1(g1, a, b, c, z2, regularized, prec);
acb_hypgeom_2f1(g2, aa, bb, cc, z2, regularized, prec);
Expand Down

0 comments on commit f710012

Please sign in to comment.