mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-12-22 20:36:01 +01:00
Fix test for drift.
This commit is contained in:
parent
8ebcb63610
commit
71b0bbfaff
@ -1647,7 +1647,7 @@ end function qmckl_compute_drift_vector_f
|
|||||||
|
|
||||||
double drift_vector[walk_num][elec_num][3];
|
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);
|
assert (rc == QMCKL_SUCCESS);
|
||||||
#+end_src
|
#+end_src
|
||||||
* End of files :noexport:
|
* End of files :noexport:
|
||||||
|
Loading…
Reference in New Issue
Block a user