1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2025-01-05 11:00:36 +01:00

Fix previous commit

This commit is contained in:
Anthony Scemama 2022-04-20 16:11:06 +02:00
parent e995d81b7e
commit 5c5c13f5b3

View File

@ -280,7 +280,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