mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-12-23 12:57:20 +01:00
Merge pull request #61 from v1j4y/fix_local_energy_icc_issue
Fixes issue with ICC closes #60
This commit is contained in:
commit
354e06c379
@ -1645,7 +1645,7 @@ end function qmckl_compute_drift_vector_f
|
|||||||
#+begin_src c :tangle (eval c_test) :exports none
|
#+begin_src c :tangle (eval c_test) :exports none
|
||||||
// Calculate the Drift vector
|
// Calculate the Drift vector
|
||||||
|
|
||||||
double drift_vector[walk_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]));
|
||||||
assert (rc == QMCKL_SUCCESS);
|
assert (rc == QMCKL_SUCCESS);
|
||||||
|
Loading…
Reference in New Issue
Block a user