1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-07-22 10:47:45 +02:00
This commit is contained in:
Anthony Scemama 2022-10-11 09:55:07 +02:00
parent 4dd397f630
commit be376d70d0

View File

@ -94,7 +94,7 @@ trexio_t* qmckl_trexio_open_X(const char* file_name, qmckl_exit_code* rc)
file = trexio_open(file_name, 'r', TREXIO_HDF5, rc);
if (file != NULL) return file;
,*rc = failwith QMCKL_FAILURE;
,*rc = QMCKL_FAILURE;
/* TODO
return qmckl_failwith( context,
QMCKL_FAILURE,