mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-12-22 20:36:01 +01:00
still failing
This commit is contained in:
parent
f6f346d511
commit
67f80532f9
@ -1340,7 +1340,7 @@ qmckl_exit_code qmckl_compute_asymp_jasb (
|
||||
const double rescale_factor_kappa_ee,
|
||||
double* const asymp_jasb ) {
|
||||
// Put some code here
|
||||
int64_t i, p, info;
|
||||
int64_t info;
|
||||
double kappa_inv, x, asym_one;
|
||||
|
||||
kappa_inv = 1.0/ rescale_factor_kappa_ee;
|
||||
@ -1363,7 +1363,7 @@ qmckl_exit_code qmckl_compute_asymp_jasb (
|
||||
for (int i=0; i<=1; ++i) {
|
||||
x = kappa_inv;
|
||||
|
||||
for (int p = 1; p < bord_num-1; ++i){
|
||||
for (int p = 1; p < bord_num; ++i){
|
||||
x = x * kappa_inv;
|
||||
asymp_jasb[i] = asymp_jasb[i] + bord_vector[p + 1] * x;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user