Skip to content

Commit

Permalink
Merge pull request ComputationalThermodynamics#58 from NicolasRiel/pu…
Browse files Browse the repository at this point in the history
…ll_request_NR

MAGEMin 1.3.1 - bugfix
  • Loading branch information
NicolasRiel authored Apr 3, 2023
2 parents 1a1dbbb + 29faea0 commit 0f4f0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simplex_levelling.c
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ void update_global_gamma_LU( bulk_info z_b,
ldb = d->n_Ox;

// Factorisation
dgetrf(&d->n_Ox, &d->n_Ox, d->Alu, &lda, &ipiv, &info);
dgetrf(&d->n_Ox, &d->n_Ox, d->Alu, &lda, ipiv, &info);

char T = 'T';
dgetrs( &T,
Expand Down

0 comments on commit 0f4f0ee

Please sign in to comment.