mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-11-19 12:32:40 +01:00
Fixed error message.
This commit is contained in:
parent
86a92f2494
commit
77d399f460
@ -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");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user