Skip to content

Commit

Permalink
Test release v0.1.8 again
Browse files Browse the repository at this point in the history
  • Loading branch information
siko1056 committed Nov 17, 2021
1 parent 5785bbd commit 4a896e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/mex/mex_mpfr_algorithms_gauss.c
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ mpfr_apa_GESV (uint64_t N, uint64_t NRHS, mpfr_ptr A, uint64_t LDA,
mpfr_apa_GETRF (N, N, A, LDA, IPIV, INFO, prec, rnd, ret_ptr, ret_stride);

// Stop if not successful.
if (INFO != 0)
if (*INFO != 0)
{
#pragma omp parallel for
for (uint64_t j = 0; j < NRHS; j++)
Expand Down

0 comments on commit 4a896e9

Please sign in to comment.