From 04de6a5b5294a031ff793c14f464cc537ce6deda Mon Sep 17 00:00:00 2001 From: vijay gopal chilkuri Date: Thu, 24 Jun 2021 14:44:43 +0530 Subject: [PATCH] Fixed typos and bugs. #22 --- org/qmckl_jastrow.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 */