1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-06-13 16:55:35 +02:00

Return statement in wrong scope.

This commit is contained in:
Francois Coppens 2022-12-16 12:04:42 +01:00
parent 0415b68513
commit 792e430f66

View File

@ -293,8 +293,8 @@ qmckl_exit_code qmckl_sherman_morrison(const qmckl_context context,
l += 1;
}
}
return QMCKL_SUCCESS;
}
}
#+end_src