1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-06-30 00:44:52 +02:00
This commit is contained in:
Anthony Scemama 2022-06-15 16:20:12 +02:00
parent b5423dca3d
commit 3b6a85d404

View File

@ -282,7 +282,7 @@ interface
implicit none implicit none
integer (c_int64_t) , intent(in) , value :: context integer (c_int64_t) , intent(in) , value :: context
double precision, intent(out) :: coefficient(*) double precision, intent(out) :: coefficient(*)
integer (c_int64_t) , intent(int), value :: size_max integer (c_int64_t) , intent(in), value :: size_max
end function qmckl_get_mo_basis_coefficient end function qmckl_get_mo_basis_coefficient
end interface end interface