mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-12-31 08:36:11 +01:00
Fixed Fortran interface for MOs
This commit is contained in:
parent
5666b52d92
commit
5fffb52513
@ -539,7 +539,7 @@ interface
|
||||
import
|
||||
implicit none
|
||||
integer (c_int64_t) , intent(in), value :: context
|
||||
integer (c_int32_t) , intent(in) :: keep(size_max)
|
||||
integer (c_int32_t) , intent(in) :: keep(*)
|
||||
integer (c_int64_t) , intent(in), value :: size_max
|
||||
end function qmckl_mo_basis_select_mo
|
||||
end interface
|
||||
|
Loading…
Reference in New Issue
Block a user