mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-11-19 12:32:40 +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);
|
||||
if (file != NULL) return file;
|
||||
|
||||
,*rc = failwith QMCKL_FAILURE;
|
||||
,*rc = QMCKL_FAILURE;
|
||||
/* TODO
|
||||
return qmckl_failwith( context,
|
||||
QMCKL_FAILURE,
|
||||
|
Loading…
Reference in New Issue
Block a user