1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-09-16 17:55:29 +02:00

Fixed error message.

This commit is contained in:
v1j4y 2022-10-09 00:04:03 +02:00
parent 86a92f2494
commit 77d399f460

View File

@ -304,7 +304,7 @@ qmckl_set_electron_coord(qmckl_context context,
if (coord == NULL) {
return qmckl_failwith( context,
QMCKL_INVALID_ARG_3,
QMCKL_INVALID_ARG_4,
"qmckl_set_electron_coord",
"coord is a null pointer");
}