1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-07-23 11:17:44 +02:00

Trivial rename

This commit is contained in:
Francois Coppens 2023-01-27 11:39:53 +01:00
parent 345cf8525b
commit 2d02b8cd63

View File

@ -144,7 +144,7 @@ qmckl_exit_code qmckl_sherman_morrison_hpc(
if (qmckl_context_check(context) == QMCKL_NULL_CONTEXT) { if (qmckl_context_check(context) == QMCKL_NULL_CONTEXT) {
return qmckl_failwith( context, return qmckl_failwith( context,
QMCKL_NULL_CONTEXT, QMCKL_NULL_CONTEXT,
"qmckl_sherman_morrison_naive_hpc", "qmckl_sherman_morrison_hpc",
NULL); NULL);
} }