mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-12-22 20:36:01 +01:00
Bug Fix for icc. Fixes #60.
This commit is contained in:
parent
fac03ea53b
commit
8ebcb63610
@ -1645,7 +1645,7 @@ end function qmckl_compute_drift_vector_f
|
||||
#+begin_src c :tangle (eval c_test) :exports none
|
||||
// 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]));
|
||||
assert (rc == QMCKL_SUCCESS);
|
||||
|
Loading…
Reference in New Issue
Block a user