mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2025-01-03 10:06:09 +01:00
Fix typo
This commit is contained in:
parent
b5423dca3d
commit
3b6a85d404
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user