1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-06-30 00:44:52 +02:00

Fix for type_nucl_vector. #22

This commit is contained in:
vijay gopal chilkuri 2021-07-08 10:59:24 +05:30
parent b1d63752fb
commit c838dabe3c

View File

@ -289,7 +289,7 @@ typedef struct qmckl_jastrow_struct{
uint64_t factor_ee_deriv_e_date;
uint64_t factor_en_deriv_e_date;
uint64_t factor_een_deriv_e_date;
uint64_t* type_nucl_vector;
int64_t* type_nucl_vector;
double * aord_vector;
double * bord_vector;
double * cord_vector;