mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2025-01-03 10:06:09 +01:00
Fix CI
This commit is contained in:
parent
fab7df908b
commit
a19b1804ad
@ -6543,8 +6543,6 @@ qmckl_exit_code qmckl_get_jastrow_dim_c_vector(qmckl_context context, int64_t* c
|
|||||||
return QMCKL_NULL_CONTEXT;
|
return QMCKL_NULL_CONTEXT;
|
||||||
}
|
}
|
||||||
|
|
||||||
qmckl_exit_code rc;
|
|
||||||
|
|
||||||
qmckl_context_struct* const ctx = (qmckl_context_struct*) context;
|
qmckl_context_struct* const ctx = (qmckl_context_struct*) context;
|
||||||
assert (ctx != NULL);
|
assert (ctx != NULL);
|
||||||
|
|
||||||
@ -6759,7 +6757,7 @@ qmckl_exit_code qmckl_provide_tmp_c(qmckl_context context)
|
|||||||
|
|
||||||
if (ctx->electron.walker.num > ctx->electron.walker_old.num) {
|
if (ctx->electron.walker.num > ctx->electron.walker_old.num) {
|
||||||
if (ctx->jastrow.tmp_c != NULL) {
|
if (ctx->jastrow.tmp_c != NULL) {
|
||||||
qmckl_exit_code rc = qmckl_free(context, ctx->jastrow.tmp_c);
|
rc = qmckl_free(context, ctx->jastrow.tmp_c);
|
||||||
if (rc != QMCKL_SUCCESS) {
|
if (rc != QMCKL_SUCCESS) {
|
||||||
return qmckl_failwith( context, rc,
|
return qmckl_failwith( context, rc,
|
||||||
"qmckl_provide_tmp_c",
|
"qmckl_provide_tmp_c",
|
||||||
|
Loading…
Reference in New Issue
Block a user