mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-11-03 20:54:09 +01:00
Fixed unused variable ‘rc’
This commit is contained in:
parent
6fb14c9a3a
commit
1b93955506
@ -1697,10 +1697,10 @@ qmckl_get_jastrow_asymp_jasb(qmckl_context context,
|
||||
NULL);
|
||||
}
|
||||
|
||||
qmckl_exit_code rc;
|
||||
|
||||
/* Provided in finalize_jastrow */
|
||||
/*
|
||||
qmckl_exit_code rc;
|
||||
rc = qmckl_provide_jastrow_asymp_jasb(context);
|
||||
if(rc != QMCKL_SUCCESS) return rc;
|
||||
*/
|
||||
@ -3032,10 +3032,10 @@ qmckl_get_jastrow_asymp_jasa(qmckl_context context,
|
||||
NULL);
|
||||
}
|
||||
|
||||
qmckl_exit_code rc;
|
||||
|
||||
/* Provided in finalize_jastrow */
|
||||
/*
|
||||
qmckl_exit_code rc;
|
||||
rc = qmckl_provide_jastrow_asymp_jasa(context);
|
||||
if(rc != QMCKL_SUCCESS) return rc;
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user