mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-11-03 20:54:09 +01:00
Fix CI
This commit is contained in:
parent
4dd397f630
commit
be376d70d0
@ -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);
|
file = trexio_open(file_name, 'r', TREXIO_HDF5, rc);
|
||||||
if (file != NULL) return file;
|
if (file != NULL) return file;
|
||||||
|
|
||||||
,*rc = failwith QMCKL_FAILURE;
|
,*rc = QMCKL_FAILURE;
|
||||||
/* TODO
|
/* TODO
|
||||||
return qmckl_failwith( context,
|
return qmckl_failwith( context,
|
||||||
QMCKL_FAILURE,
|
QMCKL_FAILURE,
|
||||||
|
Loading…
Reference in New Issue
Block a user