mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-12-22 20:36:01 +01:00
Merge branch 'master' into reorder_indices_jastrow
This commit is contained in:
commit
fdf25fd6fa
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user