Skip to content

Commit

Permalink
test code tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrik-johansson committed Jul 19, 2024
1 parent 27a43da commit 60d5397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nfloat/test/t-complex_mat_mul.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
int
nfloat_complex_mat_mul_block1(gr_mat_t C, const gr_mat_t A, const gr_mat_t B, gr_ctx_t ctx)
{
return nfloat_complex_mat_mul_block(C, A, B, 1, ctx);
return nfloat_complex_mat_mul_block(C, A, B, 2, ctx);
}

TEST_FUNCTION_START(complex_mat_mul, state)
Expand Down

0 comments on commit 60d5397

Please sign in to comment.