Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrik-johansson committed Jan 30, 2025
1 parent 1e7f305 commit e6562ca
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/gr_mat/jordan_form.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ gr_mat_jordan_form(gr_mat_t J, gr_mat_t P, const gr_mat_t A, gr_ctx_t ctx)
if (status == GR_SUCCESS)
status |= gr_mat_set_jordan_blocks(J, lambda, num_blocks, block_lambda, block_size, ctx);

if (status == GR_SUCCESS)
{
gr_ctx_println(ctx);
}

gr_vec_clear(lambda, ctx);
flint_free(block_lambda);
flint_free(block_size);
Expand Down

0 comments on commit e6562ca

Please sign in to comment.