1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-08-17 10:51:44 +02:00

Fixed edits.

This commit is contained in:
v1j4y 2022-01-27 16:38:28 +01:00
parent e8a7b1a3f6
commit 158c2afb41

View File

@ -1327,7 +1327,7 @@ integer function qmckl_compute_asymp_jasb_f(context, bord_num, bord_vector, resc
x = x * kappa_inv x = x * kappa_inv
asymp_jasb(i) = asymp_jasb(i) + bord_vector(p + 1) * x asymp_jasb(i) = asymp_jasb(i) + bord_vector(p + 1) * x
end do end do
end do
end function qmckl_compute_asymp_jasb_f end function qmckl_compute_asymp_jasb_f
#+end_src #+end_src