From 71b0bbfaff044341c23765c83406eb794a2354cb Mon Sep 17 00:00:00 2001 From: v1j4y Date: Fri, 11 Feb 2022 15:28:11 +0100 Subject: [PATCH] Fix test for drift. --- org/qmckl_local_energy.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org/qmckl_local_energy.org b/org/qmckl_local_energy.org index 7e9e392..ccd933d 100644 --- a/org/qmckl_local_energy.org +++ b/org/qmckl_local_energy.org @@ -1647,7 +1647,7 @@ end function qmckl_compute_drift_vector_f double drift_vector[walk_num][elec_num][3]; -rc = qmckl_get_drift_vector(context, &(drift_vector[0][0])); +rc = qmckl_get_drift_vector(context, &(drift_vector[0][0][0])); assert (rc == QMCKL_SUCCESS); #+end_src * End of files :noexport: