Skip to content

Commit

Permalink
k
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrik-johansson committed Jan 24, 2025
1 parent 19fa074 commit c3fe76f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/gr_poly/test/t-rsqrt_series.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,21 @@ test_rsqrt_series(flint_rand_t state, int which)
}

fflush(stdout);
flint_printf("Clear ABC\n");
flint_printf("Clear ABC %wd %wd %wd %wd %wd %wd\n", A->length, A->alloc, B->length, B->alloc, C->length, C->alloc);
fflush(stdout);

gr_poly_clear(A, ctx);

fflush(stdout);
flint_printf("Clear 2\n");
fflush(stdout);

gr_poly_clear(B, ctx);

fflush(stdout);
flint_printf("Clear 3\n");
fflush(stdout);

gr_poly_clear(C, ctx);

fflush(stdout);
Expand Down

0 comments on commit c3fe76f

Please sign in to comment.