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

Fixed typos and bugs. #22

This commit is contained in:
vijay gopal chilkuri 2021-06-24 14:44:43 +05:30
parent c945514e56
commit 04de6a5b52

View File

@ -172,9 +172,9 @@ typedef struct qmckl_jastrow_struct{
double * factor_en_deriv_e;
double * factor_een_deriv_e;
uint64_t dim_cord_vec;
double * coord_vect_full,
double * tmp_c,
double * dtmp_c,
double * coord_vect_full;
double * tmp_c;
double * dtmp_c;
bool provided;
char type;
} qmckl_jastrow_struct;
@ -202,7 +202,7 @@ qmckl_exit_code qmckl_init_jastrow(qmckl_context context) {
qmckl_context_struct* const ctx = (qmckl_context_struct* const) context;
assert (ctx != NULL);
ctx->jastrow.uninitialized = (1 << ) - 1;
ctx->jastrow.uninitialized = (1 << 4) - 1;
/* Default values */