mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-12-23 04:44:03 +01:00
remove generate interface
This commit is contained in:
parent
12a7a66a62
commit
794ee5fe8c
@ -1652,7 +1652,7 @@ end function qmckl_compute_factor_ee_f
|
|||||||
spin_fact = 1.0;
|
spin_fact = 1.0;
|
||||||
ipar = 0; // index of asymp_jasb
|
ipar = 0; // index of asymp_jasb
|
||||||
|
|
||||||
for (int p = 1; p < bord_num; ++p) {
|
for (int p = 1; p <= bord_num; ++p) {
|
||||||
x = x * x1;
|
x = x * x1;
|
||||||
power_ser = power_ser + bord_vector[p + 1] * x;
|
power_ser = power_ser + bord_vector[p + 1] * x;
|
||||||
}
|
}
|
||||||
@ -1693,7 +1693,6 @@ end function qmckl_compute_factor_ee_f
|
|||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
|
||||||
#+CALL: generate_c_interface(table=qmckl_factor_ee_args,rettyp=get_value("CRetType"),fname=get_value("Name"))
|
|
||||||
|
|
||||||
|
|
||||||
*** Test
|
*** Test
|
||||||
|
Loading…
Reference in New Issue
Block a user