diff --git a/org/qmckl_jastrow.org b/org/qmckl_jastrow.org index e7fb20d..5cdfa86 100644 --- a/org/qmckl_jastrow.org +++ b/org/qmckl_jastrow.org @@ -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 */