1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2025-01-03 10:06:09 +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
integer (c_int64_t) , intent(in) , value :: context
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 interface